Color Hex Logo

#bba39b Color Hex

#BBA39B
(187,163,155)
0 Favorites   0 Comments

Color spaces of #bba39b

RGB 187163155
HSL0.040.190.67
HSV15°17°73°
CMYK 0.000.130.17   0.27
XYZ39.507139.125736.4801
Yxy39.12570.34320.3399
Hunter Lab62.55053.27779.2069
CIE-Lab68.84227.44977.3712

#bba39b color RGB value is (187,163,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 10011011
Octal 273 243 233
Decimal 187 163 155
Hex BB A3 9B

RGB Percentages of Color #bba39b

%37.03
%32.28
%30.69

CMYK Percentages of Color #bba39b

%0
%13
%17
%27

Triadic Colors of #bba39b

#bba39b #9bbba3 #a39bbb

Analogous Colors of #bba39b

#bba39b #bbb39b #bb9ba3

Monochromatic Colors of #bba39b

#bba39b

Complementary Color

#bba39b #9bb3bb

#bba39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba39b Color CSS Codes

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

#bba39b Text Font Color

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

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


#bba39b Background Color

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

This div background color is #bba39b


#bba39b Border Color

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

This div border color is #bba39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba39b


Comments

No comments written yet.

Please login to write comment.