Color Hex Logo

#bba586 Color Hex

#BBA586
(187,165,134)
0 Favorites   0 Comments

Color spaces of #bba586

RGB 187165134
HSL0.100.280.63
HSV35°28°73°
CMYK 0.000.120.28   0.27
XYZ38.251739.196328.1038
Yxy39.19630.36240.3713
Hunter Lab62.6069-0.501917.2100
CIE-Lab68.89323.234819.0276

#bba586 color RGB value is (187,165,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 10000110
Octal 273 245 206
Decimal 187 165 134
Hex BB A5 86

RGB Percentages of Color #bba586

%38.48
%33.95
%27.57

CMYK Percentages of Color #bba586

%0
%12
%28
%27

Triadic Colors of #bba586

#bba586 #86bba5 #a586bb

Analogous Colors of #bba586

#bba586 #b7bb86 #bb8b86

Monochromatic Colors of #bba586

#bba586

Complementary Color

#bba586 #869cbb

#bba586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba586 Color CSS Codes

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

#bba586 Text Font Color

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

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


#bba586 Background Color

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

This div background color is #bba586


#bba586 Border Color

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

This div border color is #bba586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba586


Comments

No comments written yet.

Please login to write comment.