Color Hex Logo

#bbb181 Color Hex

#BBB181
(187,177,129)
0 Favorites   0 Comments

Color spaces of #bbb181

RGB 187177129
HSL0.140.300.62
HSV50°31°73°
CMYK 0.000.050.31   0.27
XYZ40.178143.594127.0658
Yxy43.59410.36250.3933
Hunter Lab66.0258-6.924221.9135
CIE-Lab71.9564-3.872525.8963

#bbb181 color RGB value is (187,177,129).

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

The process color (four color CMYK) of #bbb181 color hex is 0.00, 0.05, 0.31, 0.27. Web safe color of #bbb181 is #cc9999. Color #bbb181 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 10000001
Octal 273 261 201
Decimal 187 177 129
Hex BB B1 81

RGB Percentages of Color #bbb181

%37.93
%35.90
%26.17

CMYK Percentages of Color #bbb181

%0
%5
%31
%27

Triadic Colors of #bbb181

#bbb181 #81bbb1 #b181bb

Analogous Colors of #bbb181

#bbb181 #a8bb81 #bb9481

Monochromatic Colors of #bbb181

#bbb181

Complementary Color

#bbb181 #818bbb

#bbb181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb181 Color CSS Codes

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

#bbb181 Text Font Color

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

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


#bbb181 Background Color

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

This div background color is #bbb181


#bbb181 Border Color

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

This div border color is #bbb181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb181

#bbb181 Color Palettes


Comments

No comments written yet.

Please login to write comment.