Color Hex Logo

#bbb633 Color Hex

#BBB633
(187,182,51)
0 Favorites   0 Comments

Color spaces of #bbb633

RGB 18718251
HSL0.160.570.47
HSV58°73°73°
CMYK 0.000.030.73   0.27
XYZ37.819044.25979.6817
Yxy44.25970.41210.4823
Hunter Lab66.5280-14.952437.9412
CIE-Lab72.4017-13.285363.1492

#bbb633 color RGB value is (187,182,51).

#bbb633 hex color red value is 187, green value is 182 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bbb633 hue: 0.16 , saturation: 0.57 and the lightness value of bbb633 is 0.47.

The process color (four color CMYK) of #bbb633 color hex is 0.00, 0.03, 0.73, 0.27. Web safe color of #bbb633 is #cccc33. Color #bbb633 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 00110011
Octal 273 266 63
Decimal 187 182 51
Hex BB B6 33

RGB Percentages of Color #bbb633

%44.52
%43.33
%12.14

CMYK Percentages of Color #bbb633

%0
%3
%73
%27

Triadic Colors of #bbb633

#bbb633 #33bbb6 #b633bb

Analogous Colors of #bbb633

#bbb633 #7cbb33 #bb7233

Monochromatic Colors of #bbb633

#bbb633

Complementary Color

#bbb633 #3338bb

#bbb633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb633 Color CSS Codes

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

#bbb633 Text Font Color

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

This sample text font color is #bbb633
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.


#bbb633 Background Color

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

This div background color is #bbb633


#bbb633 Border Color

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

This div border color is #bbb633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb633


Comments

No comments written yet.

Please login to write comment.