Color Hex Logo

#bbb22f Color Hex

#BBB22F
(187,178,47)
0 Favorites   0 Comments

Color spaces of #bbb22f

RGB 18717847
HSL0.160.600.46
HSV56°75°73°
CMYK 0.000.050.75   0.27
XYZ36.927042.61088.9678
Yxy42.61080.41720.4814
Hunter Lab65.2769-13.257737.5486
CIE-Lab71.2900-11.407763.4828

#bbb22f color RGB value is (187,178,47).

#bbb22f hex color red value is 187, green value is 178 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bbb22f hue: 0.16 , saturation: 0.60 and the lightness value of bbb22f is 0.46.

The process color (four color CMYK) of #bbb22f color hex is 0.00, 0.05, 0.75, 0.27. Web safe color of #bbb22f is #cc9933. Color #bbb22f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110010 00101111
Octal 273 262 57
Decimal 187 178 47
Hex BB B2 2F

RGB Percentages of Color #bbb22f

%45.39
%43.20
%11.41

CMYK Percentages of Color #bbb22f

%0
%5
%75
%27

Triadic Colors of #bbb22f

#bbb22f #2fbbb2 #b22fbb

Analogous Colors of #bbb22f

#bbb22f #7ebb2f #bb6c2f

Monochromatic Colors of #bbb22f

#bbb22f

Complementary Color

#bbb22f #2f38bb

#bbb22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb22f Color CSS Codes

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

#bbb22f Text Font Color

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

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


#bbb22f Background Color

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

This div background color is #bbb22f


#bbb22f Border Color

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

This div border color is #bbb22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb22f


Comments

No comments written yet.

Please login to write comment.