Color Hex Logo

#bba88b Color Hex

#BBA88B
(187,168,139)
0 Favorites   0 Comments

Color spaces of #bba88b

RGB 187168139
HSL0.100.260.64
HSV36°26°73°
CMYK 0.000.100.26   0.27
XYZ39.156340.434130.1669
Yxy40.43410.35680.3684
Hunter Lab63.5878-1.361416.3835
CIE-Lab69.77762.310217.5097

#bba88b color RGB value is (187,168,139).

#bba88b hex color red value is 187, green value is 168 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bba88b hue: 0.10 , saturation: 0.26 and the lightness value of bba88b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 10001011
Octal 273 250 213
Decimal 187 168 139
Hex BB A8 8B

RGB Percentages of Color #bba88b

%37.85
%34.01
%28.14

CMYK Percentages of Color #bba88b

%0
%10
%26
%27

Triadic Colors of #bba88b

#bba88b #8bbba8 #a88bbb

Analogous Colors of #bba88b

#bba88b #b6bb8b #bb908b

Monochromatic Colors of #bba88b

#bba88b

Complementary Color

#bba88b #8b9ebb

#bba88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba88b Color CSS Codes

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

#bba88b Text Font Color

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

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


#bba88b Background Color

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

This div background color is #bba88b


#bba88b Border Color

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

This div border color is #bba88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba88b

#bba88b Color Palettes


Comments

No comments written yet.

Please login to write comment.