Color Hex Logo

#bba792 Color Hex

#BBA792
(187,167,146)
0 Favorites   0 Comments

Color spaces of #bba792

RGB 187167146
HSL0.090.230.65
HSV31°22°73°
CMYK 0.000.110.22   0.27
XYZ39.500540.277632.8866
Yxy40.27760.35060.3575
Hunter Lab63.46460.035613.7019
CIE-Lab69.66683.874813.5126

#bba792 color RGB value is (187,167,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 10010010
Octal 273 247 222
Decimal 187 167 146
Hex BB A7 92

RGB Percentages of Color #bba792

%37.40
%33.40
%29.20

CMYK Percentages of Color #bba792

%0
%11
%22
%27

Triadic Colors of #bba792

#bba792 #92bba7 #a792bb

Analogous Colors of #bba792

#bba792 #bbbb92 #bb9392

Monochromatic Colors of #bba792

#bba792

Complementary Color

#bba792 #92a6bb

#bba792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba792 Color CSS Codes

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

#bba792 Text Font Color

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

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


#bba792 Background Color

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

This div background color is #bba792


#bba792 Border Color

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

This div border color is #bba792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba792


Comments

No comments written yet.

Please login to write comment.