Color Hex Logo

#bba086 Color Hex

#BBA086
(187,160,134)
1 Favorites   0 Comments

Color spaces of #bba086

RGB 187160134
HSL0.080.280.63
HSV29°28°73°
CMYK 0.000.140.28   0.27
XYZ37.367437.427627.8090
Yxy37.42760.36420.3648
Hunter Lab61.17811.965615.8739
CIE-Lab67.59665.956817.2389

#bba086 color RGB value is (187,160,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 10000110
Octal 273 240 206
Decimal 187 160 134
Hex BB A0 86

RGB Percentages of Color #bba086

%38.88
%33.26
%27.86

CMYK Percentages of Color #bba086

%0
%14
%28
%27

Triadic Colors of #bba086

#bba086 #86bba0 #a086bb

Analogous Colors of #bba086

#bba086 #bbbb86 #bb8687

Monochromatic Colors of #bba086

#bba086

Complementary Color

#bba086 #86a1bb

#bba086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba086 Color CSS Codes

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

#bba086 Text Font Color

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

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


#bba086 Background Color

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

This div background color is #bba086


#bba086 Border Color

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

This div border color is #bba086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba086


Comments

No comments written yet.

Please login to write comment.