Color Hex Logo

#bba79a Color Hex

#BBA79A
(187,167,154)
0 Favorites   0 Comments

Color spaces of #bba79a

RGB 187167154
HSL0.070.200.67
HSV24°18°73°
CMYK 0.000.110.18   0.27
XYZ40.145040.535336.2801
Yxy40.53530.34320.3466
Hunter Lab63.66731.134110.7814
CIE-Lab69.84915.10739.3616

#bba79a color RGB value is (187,167,154).

#bba79a hex color red value is 187, green value is 167 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bba79a hue: 0.07 , saturation: 0.20 and the lightness value of bba79a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 10011010
Octal 273 247 232
Decimal 187 167 154
Hex BB A7 9A

RGB Percentages of Color #bba79a

%36.81
%32.87
%30.31

CMYK Percentages of Color #bba79a

%0
%11
%18
%27

Triadic Colors of #bba79a

#bba79a #9abba7 #a79abb

Analogous Colors of #bba79a

#bba79a #bbb89a #bb9a9e

Monochromatic Colors of #bba79a

#bba79a

Complementary Color

#bba79a #9aaebb

#bba79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba79a Color CSS Codes

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

#bba79a Text Font Color

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

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


#bba79a Background Color

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

This div background color is #bba79a


#bba79a Border Color

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

This div border color is #bba79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba79a


Comments

No comments written yet.

Please login to write comment.