Color Hex Logo

#bbb381 Color Hex

#BBB381
(187,179,129)
0 Favorites   0 Comments

Color spaces of #bbb381

RGB 187179129
HSL0.140.300.62
HSV52°31°73°
CMYK 0.000.040.31   0.27
XYZ40.576144.390027.1984
Yxy44.39000.36180.3958
Hunter Lab66.6258-7.886122.4343
CIE-Lab72.4884-4.930926.6086

#bbb381 color RGB value is (187,179,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 10000001
Octal 273 263 201
Decimal 187 179 129
Hex BB B3 81

RGB Percentages of Color #bbb381

%37.78
%36.16
%26.06

CMYK Percentages of Color #bbb381

%0
%4
%31
%27

Triadic Colors of #bbb381

#bbb381 #81bbb3 #b381bb

Analogous Colors of #bbb381

#bbb381 #a6bb81 #bb9681

Monochromatic Colors of #bbb381

#bbb381

Complementary Color

#bbb381 #8189bb

#bbb381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb381 Color CSS Codes

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

#bbb381 Text Font Color

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

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


#bbb381 Background Color

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

This div background color is #bbb381


#bbb381 Border Color

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

This div border color is #bbb381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb381


Comments

No comments written yet.

Please login to write comment.