Color Hex Logo

#bbb570 Color Hex

#BBB570
(187,181,112)
0 Favorites   0 Comments

Color spaces of #bbb570

RGB 187181112
HSL0.150.360.59
HSV55°40°73°
CMYK 0.000.030.40   0.27
XYZ39.942044.782421.8679
Yxy44.78240.37470.4201
Hunter Lab66.9197-10.569027.4691
CIE-Lab72.7484-8.022935.8905

#bbb570 color RGB value is (187,181,112).

#bbb570 hex color red value is 187, green value is 181 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bbb570 hue: 0.15 , saturation: 0.36 and the lightness value of bbb570 is 0.59.

The process color (four color CMYK) of #bbb570 color hex is 0.00, 0.03, 0.40, 0.27. Web safe color of #bbb570 is #cccc66. Color #bbb570 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 01110000
Octal 273 265 160
Decimal 187 181 112
Hex BB B5 70

RGB Percentages of Color #bbb570

%38.96
%37.71
%23.33

CMYK Percentages of Color #bbb570

%0
%3
%40
%27

Triadic Colors of #bbb570

#bbb570 #70bbb5 #b570bb

Analogous Colors of #bbb570

#bbb570 #9cbb70 #bb9070

Monochromatic Colors of #bbb570

#bbb570

Complementary Color

#bbb570 #7076bb

#bbb570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb570 Color CSS Codes

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

#bbb570 Text Font Color

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

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


#bbb570 Background Color

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

This div background color is #bbb570


#bbb570 Border Color

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

This div border color is #bbb570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb570


Comments

No comments written yet.

Please login to write comment.