Color Hex Logo

#bba791 Color Hex

#BBA791
(187,167,145)
0 Favorites   0 Comments

Color spaces of #bba791

RGB 187167145
HSL0.090.240.65
HSV31°22°73°
CMYK 0.000.110.22   0.27
XYZ39.423140.246632.4786
Yxy40.24660.35150.3589
Hunter Lab63.4402-0.096714.0543
CIE-Lab69.64483.725714.0319

#bba791 color RGB value is (187,167,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 10010001
Octal 273 247 221
Decimal 187 167 145
Hex BB A7 91

RGB Percentages of Color #bba791

%37.47
%33.47
%29.06

CMYK Percentages of Color #bba791

%0
%11
%22
%27

Triadic Colors of #bba791

#bba791 #91bba7 #a791bb

Analogous Colors of #bba791

#bba791 #babb91 #bb9291

Monochromatic Colors of #bba791

#bba791

Complementary Color

#bba791 #91a5bb

#bba791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba791 Color CSS Codes

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

#bba791 Text Font Color

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

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


#bba791 Background Color

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

This div background color is #bba791


#bba791 Border Color

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

This div border color is #bba791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba791


Comments

No comments written yet.

Please login to write comment.