Color Hex Logo

#bbb984 Color Hex

#BBB984
(187,185,132)
0 Favorites   0 Comments

Color spaces of #bbb984

RGB 187185132
HSL0.160.290.63
HSV58°29°73°
CMYK 0.000.010.29   0.27
XYZ42.007346.928728.6739
Yxy46.92870.35720.3990
Hunter Lab68.5045-10.425923.1362
CIE-Lab74.1441-7.692227.2256

#bbb984 color RGB value is (187,185,132).

#bbb984 hex color red value is 187, green value is 185 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bbb984 hue: 0.16 , saturation: 0.29 and the lightness value of bbb984 is 0.63.

The process color (four color CMYK) of #bbb984 color hex is 0.00, 0.01, 0.29, 0.27. Web safe color of #bbb984 is #cccc99. Color #bbb984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 10000100
Octal 273 271 204
Decimal 187 185 132
Hex BB B9 84

RGB Percentages of Color #bbb984

%37.10
%36.71
%26.19

CMYK Percentages of Color #bbb984

%0
%1
%29
%27

Triadic Colors of #bbb984

#bbb984 #84bbb9 #b984bb

Analogous Colors of #bbb984

#bbb984 #a2bb84 #bb9e84

Monochromatic Colors of #bbb984

#bbb984

Complementary Color

#bbb984 #8486bb

#bbb984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb984 Color CSS Codes

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

#bbb984 Text Font Color

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

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


#bbb984 Background Color

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

This div background color is #bbb984


#bbb984 Border Color

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

This div border color is #bbb984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb984


Comments

No comments written yet.

Please login to write comment.