Color Hex Logo

#bbb722 Color Hex

#BBB722
(187,183,34)
0 Favorites   0 Comments

Color spaces of #bbb722

RGB 18718334
HSL0.160.690.43
HSV58°82°73°
CMYK 0.000.020.82   0.27
XYZ37.715744.54738.1240
Yxy44.54730.41730.4929
Hunter Lab66.7438-15.934439.5039
CIE-Lab72.5928-14.444068.5486

#bbb722 color RGB value is (187,183,34).

#bbb722 hex color red value is 187, green value is 183 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #bbb722 hue: 0.16 , saturation: 0.69 and the lightness value of bbb722 is 0.43.

The process color (four color CMYK) of #bbb722 color hex is 0.00, 0.02, 0.82, 0.27. Web safe color of #bbb722 is #cccc33. Color #bbb722 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110111 00100010
Octal 273 267 42
Decimal 187 183 34
Hex BB B7 22

RGB Percentages of Color #bbb722

%46.29
%45.30
%8.42

CMYK Percentages of Color #bbb722

%0
%2
%82
%27

Triadic Colors of #bbb722

#bbb722 #22bbb7 #b722bb

Analogous Colors of #bbb722

#bbb722 #73bb22 #bb6b22

Monochromatic Colors of #bbb722

#bbb722

Complementary Color

#bbb722 #2226bb

#bbb722 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb722 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb722 Color CSS Codes

.mybgcolor {background-color:#bbb722; } 
.myforecolor {color:#bbb722; }
.mybordercolor {border:3px solid #bbb722; }

#bbb722 Text Font Color

<p style="color:#bbb722">Text here</p>

This sample text font color is #bbb722
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbb722 Background Color

<div style="background-color:#bbb722">
Div content here</div>

This div background color is #bbb722


#bbb722 Border Color

<div style="border:3px solid #bbb722">
Div here</div>

This div border color is #bbb722


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,183,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbb722; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbb722;
  -webkit-box-shadow: 1px 1px 3px 2px #bbb722;
  box-shadow:         1px 1px 3px 2px #bbb722; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,183,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbb722">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbb722;
  -webkit-box-shadow: 1px 1px 3px 2px #bbb722;
  box-shadow:         1px 1px 3px 2px #bbb722;">
Div content here</div>

This div box has shadow with color #bbb722


Comments

No comments written yet.

Please login to write comment.