Color Hex Logo

#bba98f Color Hex

#BBA98F
(187,169,143)
0 Favorites   0 Comments

Color spaces of #bba98f

RGB 187169143
HSL0.100.240.65
HSV35°24°73°
CMYK 0.000.100.24   0.27
XYZ39.639440.923931.7965
Yxy40.92390.35280.3642
Hunter Lab63.9718-1.345115.3108
CIE-Lab70.12262.347115.7977

#bba98f color RGB value is (187,169,143).

#bba98f hex color red value is 187, green value is 169 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bba98f hue: 0.10 , saturation: 0.24 and the lightness value of bba98f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 10001111
Octal 273 251 217
Decimal 187 169 143
Hex BB A9 8F

RGB Percentages of Color #bba98f

%37.47
%33.87
%28.66

CMYK Percentages of Color #bba98f

%0
%10
%24
%27

Triadic Colors of #bba98f

#bba98f #8fbba9 #a98fbb

Analogous Colors of #bba98f

#bba98f #b7bb8f #bb938f

Monochromatic Colors of #bba98f

#bba98f

Complementary Color

#bba98f #8fa1bb

#bba98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba98f Color CSS Codes

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

#bba98f Text Font Color

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

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


#bba98f Background Color

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

This div background color is #bba98f


#bba98f Border Color

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

This div border color is #bba98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba98f


Comments

No comments written yet.

Please login to write comment.