Color Hex Logo

#bba084 Color Hex

#BBA084
(187,160,132)
0 Favorites   0 Comments

Color spaces of #bba084

RGB 187160132
HSL0.080.290.63
HSV31°29°73°
CMYK 0.000.140.29   0.27
XYZ37.229237.372427.0812
Yxy37.37240.36610.3675
Hunter Lab61.13301.721516.5283
CIE-Lab67.55555.681918.2848

#bba084 color RGB value is (187,160,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 10000100
Octal 273 240 204
Decimal 187 160 132
Hex BB A0 84

RGB Percentages of Color #bba084

%39.04
%33.40
%27.56

CMYK Percentages of Color #bba084

%0
%14
%29
%27

Triadic Colors of #bba084

#bba084 #84bba0 #a084bb

Analogous Colors of #bba084

#bba084 #bbbb84 #bb8584

Monochromatic Colors of #bba084

#bba084

Complementary Color

#bba084 #849fbb

#bba084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba084 Color CSS Codes

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

#bba084 Text Font Color

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

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


#bba084 Background Color

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

This div background color is #bba084


#bba084 Border Color

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

This div border color is #bba084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba084

#bba084 Color Palettes


Comments

No comments written yet.

Please login to write comment.