Color Hex Logo

#bbb085 Color Hex

#BBB085
(187,176,133)
0 Favorites   0 Comments

Color spaces of #bbb085

RGB 187176133
HSL0.130.280.63
HSV48°29°73°
CMYK 0.000.060.29   0.27
XYZ40.252543.308928.4282
Yxy43.30890.35940.3867
Hunter Lab65.8095-5.986820.4547
CIE-Lab71.7641-2.812523.4893

#bbb085 color RGB value is (187,176,133).

#bbb085 hex color red value is 187, green value is 176 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bbb085 hue: 0.13 , saturation: 0.28 and the lightness value of bbb085 is 0.63.

The process color (four color CMYK) of #bbb085 color hex is 0.00, 0.06, 0.29, 0.27. Web safe color of #bbb085 is #cc9999. Color #bbb085 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 10000101
Octal 273 260 205
Decimal 187 176 133
Hex BB B0 85

RGB Percentages of Color #bbb085

%37.70
%35.48
%26.81

CMYK Percentages of Color #bbb085

%0
%6
%29
%27

Triadic Colors of #bbb085

#bbb085 #85bbb0 #b085bb

Analogous Colors of #bbb085

#bbb085 #abbb85 #bb9585

Monochromatic Colors of #bbb085

#bbb085

Complementary Color

#bbb085 #8590bb

#bbb085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb085 Color CSS Codes

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

#bbb085 Text Font Color

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

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


#bbb085 Background Color

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

This div background color is #bbb085


#bbb085 Border Color

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

This div border color is #bbb085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb085


Comments

No comments written yet.

Please login to write comment.