Color Hex Logo

#bba088 Color Hex

#BBA088
(187,160,136)
0 Favorites   0 Comments

Color spaces of #bba088

RGB 187160136
HSL0.080.270.63
HSV28°27°73°
CMYK 0.000.140.27   0.27
XYZ37.508337.484028.5508
Yxy37.48400.36220.3620
Hunter Lab61.22422.213715.2081
CIE-Lab67.63866.235716.1928

#bba088 color RGB value is (187,160,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 10001000
Octal 273 240 210
Decimal 187 160 136
Hex BB A0 88

RGB Percentages of Color #bba088

%38.72
%33.13
%28.16

CMYK Percentages of Color #bba088

%0
%14
%27
%27

Triadic Colors of #bba088

#bba088 #88bba0 #a088bb

Analogous Colors of #bba088

#bba088 #bbba88 #bb888a

Monochromatic Colors of #bba088

#bba088

Complementary Color

#bba088 #88a3bb

#bba088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba088 Color CSS Codes

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

#bba088 Text Font Color

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

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


#bba088 Background Color

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

This div background color is #bba088


#bba088 Border Color

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

This div border color is #bba088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba088


Comments

No comments written yet.

Please login to write comment.