Color Hex Logo

#bbb47a Color Hex

#BBB47A
(187,180,122)
0 Favorites   0 Comments

Color spaces of #bbb47a

RGB 187180122
HSL0.150.320.61
HSV54°35°73°
CMYK 0.000.040.35   0.27
XYZ40.327644.612524.8979
Yxy44.61250.36720.4062
Hunter Lab66.7926-9.113424.6536
CIE-Lab72.6360-6.337230.5195

#bbb47a color RGB value is (187,180,122).

#bbb47a hex color red value is 187, green value is 180 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bbb47a hue: 0.15 , saturation: 0.32 and the lightness value of bbb47a is 0.61.

The process color (four color CMYK) of #bbb47a color hex is 0.00, 0.04, 0.35, 0.27. Web safe color of #bbb47a is #cccc66. Color #bbb47a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110100 01111010
Octal 273 264 172
Decimal 187 180 122
Hex BB B4 7A

RGB Percentages of Color #bbb47a

%38.24
%36.81
%24.95

CMYK Percentages of Color #bbb47a

%0
%4
%35
%27

Triadic Colors of #bbb47a

#bbb47a #7abbb4 #b47abb

Analogous Colors of #bbb47a

#bbb47a #a2bb7a #bb947a

Monochromatic Colors of #bbb47a

#bbb47a

Complementary Color

#bbb47a #7a81bb

#bbb47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb47a Color CSS Codes

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

#bbb47a Text Font Color

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

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


#bbb47a Background Color

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

This div background color is #bbb47a


#bbb47a Border Color

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

This div border color is #bbb47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb47a


Comments

No comments written yet.

Please login to write comment.