Color Hex Logo

#bbb12f Color Hex

#BBB12F
(187,177,47)
0 Favorites   0 Comments

Color spaces of #bbb12f

RGB 18717747
HSL0.150.600.46
HSV56°75°73°
CMYK 0.000.050.75   0.27
XYZ36.728742.21438.9017
Yxy42.21430.41810.4806
Hunter Lab64.9725-12.796637.3576
CIE-Lab71.0184-10.891363.2288

#bbb12f color RGB value is (187,177,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 00101111
Octal 273 261 57
Decimal 187 177 47
Hex BB B1 2F

RGB Percentages of Color #bbb12f

%45.50
%43.07
%11.44

CMYK Percentages of Color #bbb12f

%0
%5
%75
%27

Triadic Colors of #bbb12f

#bbb12f #2fbbb1 #b12fbb

Analogous Colors of #bbb12f

#bbb12f #7fbb2f #bb6b2f

Monochromatic Colors of #bbb12f

#bbb12f

Complementary Color

#bbb12f #2f39bb

#bbb12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb12f Color CSS Codes

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

#bbb12f Text Font Color

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

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


#bbb12f Background Color

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

This div background color is #bbb12f


#bbb12f Border Color

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

This div border color is #bbb12f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,177,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 #bbb12f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb12f


Comments

No comments written yet.

Please login to write comment.