Color Hex Logo

#bba89b Color Hex

#BBA89B
(187,168,155)
0 Favorites   0 Comments

Color spaces of #bba89b

RGB 187168155
HSL0.070.190.67
HSV24°17°73°
CMYK 0.000.100.17   0.27
XYZ40.412540.936636.7819
Yxy40.93660.34210.3465
Hunter Lab63.98170.777210.7025
CIE-Lab70.13154.72169.2121

#bba89b color RGB value is (187,168,155).

#bba89b hex color red value is 187, green value is 168 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bba89b hue: 0.07 , saturation: 0.19 and the lightness value of bba89b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 10011011
Octal 273 250 233
Decimal 187 168 155
Hex BB A8 9B

RGB Percentages of Color #bba89b

%36.67
%32.94
%30.39

CMYK Percentages of Color #bba89b

%0
%10
%17
%27

Triadic Colors of #bba89b

#bba89b #9bbba8 #a89bbb

Analogous Colors of #bba89b

#bba89b #bbb89b #bb9b9e

Monochromatic Colors of #bba89b

#bba89b

Complementary Color

#bba89b #9baebb

#bba89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba89b Color CSS Codes

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

#bba89b Text Font Color

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

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


#bba89b Background Color

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

This div background color is #bba89b


#bba89b Border Color

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

This div border color is #bba89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba89b


Comments

No comments written yet.

Please login to write comment.