Color Hex Logo

#bba186 Color Hex

#BBA186
(187,161,134)
0 Favorites   0 Comments

Color spaces of #bba186

RGB 187161134
HSL0.080.280.63
HSV31°28°73°
CMYK 0.000.140.28   0.27
XYZ37.541537.775827.8671
Yxy37.77580.36380.3661
Hunter Lab61.46201.470716.1411
CIE-Lab67.85505.410817.5961

#bba186 color RGB value is (187,161,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 10000110
Octal 273 241 206
Decimal 187 161 134
Hex BB A1 86

RGB Percentages of Color #bba186

%38.80
%33.40
%27.80

CMYK Percentages of Color #bba186

%0
%14
%28
%27

Triadic Colors of #bba186

#bba186 #86bba1 #a186bb

Analogous Colors of #bba186

#bba186 #bbbb86 #bb8786

Monochromatic Colors of #bba186

#bba186

Complementary Color

#bba186 #86a0bb

#bba186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba186 Color CSS Codes

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

#bba186 Text Font Color

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

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


#bba186 Background Color

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

This div background color is #bba186


#bba186 Border Color

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

This div border color is #bba186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba186


Comments

No comments written yet.

Please login to write comment.