Color Hex Logo

#bba692 Color Hex

#BBA692
(187,166,146)
0 Favorites   0 Comments

Color spaces of #bba692

RGB 187166146
HSL0.080.230.65
HSV29°22°73°
CMYK 0.000.110.22   0.27
XYZ39.318039.912632.8257
Yxy39.91260.35090.3562
Hunter Lab63.17640.531213.4171
CIE-Lab69.40724.418013.1479

#bba692 color RGB value is (187,166,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 10010010
Octal 273 246 222
Decimal 187 166 146
Hex BB A6 92

RGB Percentages of Color #bba692

%37.47
%33.27
%29.26

CMYK Percentages of Color #bba692

%0
%11
%22
%27

Triadic Colors of #bba692

#bba692 #92bba6 #a692bb

Analogous Colors of #bba692

#bba692 #bbbb92 #bb9293

Monochromatic Colors of #bba692

#bba692

Complementary Color

#bba692 #92a7bb

#bba692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba692 Color CSS Codes

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

#bba692 Text Font Color

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

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


#bba692 Background Color

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

This div background color is #bba692


#bba692 Border Color

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

This div border color is #bba692


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,166,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 #bba692">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba692


Comments

No comments written yet.

Please login to write comment.