Color Hex Logo

#bbb07a Color Hex

#BBB07A
(187,176,122)
0 Favorites   0 Comments

Color spaces of #bbb07a

RGB 187176122
HSL0.140.320.61
HSV50°35°73°
CMYK 0.000.060.35   0.27
XYZ39.531743.020624.6326
Yxy43.02060.36880.4014
Hunter Lab65.5901-7.199223.6465
CIE-Lab71.5690-4.226029.1157

#bbb07a color RGB value is (187,176,122).

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

The process color (four color CMYK) of #bbb07a color hex is 0.00, 0.06, 0.35, 0.27. Web safe color of #bbb07a is #cc9966. Color #bbb07a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 01111010
Octal 273 260 172
Decimal 187 176 122
Hex BB B0 7A

RGB Percentages of Color #bbb07a

%38.56
%36.29
%25.15

CMYK Percentages of Color #bbb07a

%0
%6
%35
%27

Triadic Colors of #bbb07a

#bbb07a #7abbb0 #b07abb

Analogous Colors of #bbb07a

#bbb07a #a6bb7a #bb907a

Monochromatic Colors of #bbb07a

#bbb07a

Complementary Color

#bbb07a #7a85bb

#bbb07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb07a Color CSS Codes

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

#bbb07a Text Font Color

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

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


#bbb07a Background Color

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

This div background color is #bbb07a


#bbb07a Border Color

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

This div border color is #bbb07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb07a


Comments

No comments written yet.

Please login to write comment.