Color Hex Logo

#bba08c Color Hex

#BBA08C
(187,160,140)
0 Favorites   0 Comments

Color spaces of #bba08c

RGB 187160140
HSL0.070.260.64
HSV26°25°73°
CMYK 0.000.140.25   0.27
XYZ37.797937.599930.0763
Yxy37.59990.35840.3565
Hunter Lab61.31882.722513.8419
CIE-Lab67.72476.806014.1008

#bba08c color RGB value is (187,160,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 10001100
Octal 273 240 214
Decimal 187 160 140
Hex BB A0 8C

RGB Percentages of Color #bba08c

%38.40
%32.85
%28.75

CMYK Percentages of Color #bba08c

%0
%14
%25
%27

Triadic Colors of #bba08c

#bba08c #8cbba0 #a08cbb

Analogous Colors of #bba08c

#bba08c #bbb88c #bb8c90

Monochromatic Colors of #bba08c

#bba08c

Complementary Color

#bba08c #8ca7bb

#bba08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba08c Color CSS Codes

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

#bba08c Text Font Color

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

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


#bba08c Background Color

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

This div background color is #bba08c


#bba08c Border Color

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

This div border color is #bba08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba08c


Comments

No comments written yet.

Please login to write comment.