Color Hex Logo

#bbb484 Color Hex

#BBB484
(187,180,132)
0 Favorites   0 Comments

Color spaces of #bbb484

RGB 187180132
HSL0.150.290.63
HSV52°29°73°
CMYK 0.000.040.29   0.27
XYZ40.979644.873328.3313
Yxy44.87330.35890.3930
Hunter Lab66.9875-8.030921.8155
CIE-Lab72.8084-5.066325.4352

#bbb484 color RGB value is (187,180,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110100 10000100
Octal 273 264 204
Decimal 187 180 132
Hex BB B4 84

RGB Percentages of Color #bbb484

%37.47
%36.07
%26.45

CMYK Percentages of Color #bbb484

%0
%4
%29
%27

Triadic Colors of #bbb484

#bbb484 #84bbb4 #b484bb

Analogous Colors of #bbb484

#bbb484 #a7bb84 #bb9984

Monochromatic Colors of #bbb484

#bbb484

Complementary Color

#bbb484 #848bbb

#bbb484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb484 Color CSS Codes

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

#bbb484 Text Font Color

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

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


#bbb484 Background Color

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

This div background color is #bbb484


#bbb484 Border Color

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

This div border color is #bbb484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb484


Comments

No comments written yet.

Please login to write comment.