Color Hex Logo

#bba786 Color Hex

#BBA786
(187,167,134)
0 Favorites   0 Comments

Color spaces of #bba786

RGB 187167134
HSL0.100.280.63
HSV37°28°73°
CMYK 0.000.110.28   0.27
XYZ38.615339.923528.2250
Yxy39.92350.36170.3739
Hunter Lab63.1850-1.484217.7445
CIE-Lab69.41502.151719.7444

#bba786 color RGB value is (187,167,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 10000110
Octal 273 247 206
Decimal 187 167 134
Hex BB A7 86

RGB Percentages of Color #bba786

%38.32
%34.22
%27.46

CMYK Percentages of Color #bba786

%0
%11
%28
%27

Triadic Colors of #bba786

#bba786 #86bba7 #a786bb

Analogous Colors of #bba786

#bba786 #b5bb86 #bb8d86

Monochromatic Colors of #bba786

#bba786

Complementary Color

#bba786 #869abb

#bba786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba786 Color CSS Codes

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

#bba786 Text Font Color

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

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


#bba786 Background Color

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

This div background color is #bba786


#bba786 Border Color

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

This div border color is #bba786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba786


Comments

No comments written yet.

Please login to write comment.