Color Hex Logo

#bba79b Color Hex

#BBA79B
(187,167,155)
0 Favorites   0 Comments

Color spaces of #bba79b

RGB 187167155
HSL0.060.190.67
HSV23°17°73°
CMYK 0.000.110.17   0.27
XYZ40.228640.568836.7206
Yxy40.56880.34230.3452
Hunter Lab63.69361.275910.4037
CIE-Lab69.87285.26578.8434

#bba79b color RGB value is (187,167,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 10011011
Octal 273 247 233
Decimal 187 167 155
Hex BB A7 9B

RGB Percentages of Color #bba79b

%36.74
%32.81
%30.45

CMYK Percentages of Color #bba79b

%0
%11
%17
%27

Triadic Colors of #bba79b

#bba79b #9bbba7 #a79bbb

Analogous Colors of #bba79b

#bba79b #bbb79b #bb9b9f

Monochromatic Colors of #bba79b

#bba79b

Complementary Color

#bba79b #9bafbb

#bba79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba79b Color CSS Codes

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

#bba79b Text Font Color

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

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


#bba79b Background Color

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

This div background color is #bba79b


#bba79b Border Color

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

This div border color is #bba79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba79b


Comments

No comments written yet.

Please login to write comment.