Color Hex Logo

#bba688 Color Hex

#BBA688
(187,166,136)
0 Favorites   0 Comments

Color spaces of #bba688

RGB 187166136
HSL0.100.270.63
HSV35°27°73°
CMYK 0.000.110.27   0.27
XYZ38.573739.614828.9059
Yxy39.61480.36020.3699
Hunter Lab62.9403-0.749716.8287
CIE-Lab69.19432.970118.3466

#bba688 color RGB value is (187,166,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 10001000
Octal 273 246 210
Decimal 187 166 136
Hex BB A6 88

RGB Percentages of Color #bba688

%38.24
%33.95
%27.81

CMYK Percentages of Color #bba688

%0
%11
%27
%27

Triadic Colors of #bba688

#bba688 #88bba6 #a688bb

Analogous Colors of #bba688

#bba688 #b7bb88 #bb8d88

Monochromatic Colors of #bba688

#bba688

Complementary Color

#bba688 #889dbb

#bba688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba688 Color CSS Codes

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

#bba688 Text Font Color

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

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


#bba688 Background Color

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

This div background color is #bba688


#bba688 Border Color

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

This div border color is #bba688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba688


Comments

No comments written yet.

Please login to write comment.