Color Hex Logo

#bba79f Color Hex

#BBA79F
(187,167,159)
0 Favorites   0 Comments

Color spaces of #bba79f

RGB 187167159
HSL0.050.170.68
HSV17°15°73°
CMYK 0.000.110.15   0.27
XYZ40.570240.705438.5195
Yxy40.70540.33870.3398
Hunter Lab63.80081.85488.8644
CIE-Lab69.96905.91036.7723

#bba79f color RGB value is (187,167,159).

#bba79f hex color red value is 187, green value is 167 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bba79f hue: 0.05 , saturation: 0.17 and the lightness value of bba79f is 0.68.

The process color (four color CMYK) of #bba79f color hex is 0.00, 0.11, 0.15, 0.27. Web safe color of #bba79f is #cc9999. Color #bba79f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 10011111
Octal 273 247 237
Decimal 187 167 159
Hex BB A7 9F

RGB Percentages of Color #bba79f

%36.45
%32.55
%30.99

CMYK Percentages of Color #bba79f

%0
%11
%15
%27

Triadic Colors of #bba79f

#bba79f #9fbba7 #a79fbb

Analogous Colors of #bba79f

#bba79f #bbb59f #bb9fa5

Monochromatic Colors of #bba79f

#bba79f

Complementary Color

#bba79f #9fb3bb

#bba79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba79f Color CSS Codes

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

#bba79f Text Font Color

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

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


#bba79f Background Color

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

This div background color is #bba79f


#bba79f Border Color

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

This div border color is #bba79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba79f


Comments

No comments written yet.

Please login to write comment.