Color Hex Logo

#bbb681 Color Hex

#BBB681
(187,182,129)
0 Favorites   0 Comments

Color spaces of #bbb681

RGB 187182129
HSL0.150.300.62
HSV55°31°73°
CMYK 0.000.030.31   0.27
XYZ41.183945.605727.4010
Yxy45.60570.36070.3994
Hunter Lab67.5320-9.324023.2156
CIE-Lab73.2889-6.511027.6769

#bbb681 color RGB value is (187,182,129).

#bbb681 hex color red value is 187, green value is 182 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bbb681 hue: 0.15 , saturation: 0.30 and the lightness value of bbb681 is 0.62.

The process color (four color CMYK) of #bbb681 color hex is 0.00, 0.03, 0.31, 0.27. Web safe color of #bbb681 is #cccc99. Color #bbb681 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 10000001
Octal 273 266 201
Decimal 187 182 129
Hex BB B6 81

RGB Percentages of Color #bbb681

%37.55
%36.55
%25.90

CMYK Percentages of Color #bbb681

%0
%3
%31
%27

Triadic Colors of #bbb681

#bbb681 #81bbb6 #b681bb

Analogous Colors of #bbb681

#bbb681 #a3bb81 #bb9981

Monochromatic Colors of #bbb681

#bbb681

Complementary Color

#bbb681 #8186bb

#bbb681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb681 Color CSS Codes

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

#bbb681 Text Font Color

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

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


#bbb681 Background Color

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

This div background color is #bbb681


#bbb681 Border Color

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

This div border color is #bbb681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb681


Comments

No comments written yet.

Please login to write comment.