Color Hex Logo

#bba691 Color Hex

#BBA691
(187,166,145)
0 Favorites   0 Comments

Color spaces of #bba691

RGB 187166145
HSL0.080.240.65
HSV30°22°73°
CMYK 0.000.110.22   0.27
XYZ39.240639.881632.4178
Yxy39.88160.35180.3576
Hunter Lab63.15190.398513.7709
CIE-Lab69.38514.268713.6676

#bba691 color RGB value is (187,166,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 10010001
Octal 273 246 221
Decimal 187 166 145
Hex BB A6 91

RGB Percentages of Color #bba691

%37.55
%33.33
%29.12

CMYK Percentages of Color #bba691

%0
%11
%22
%27

Triadic Colors of #bba691

#bba691 #91bba6 #a691bb

Analogous Colors of #bba691

#bba691 #bbbb91 #bb9191

Monochromatic Colors of #bba691

#bba691

Complementary Color

#bba691 #91a6bb

#bba691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba691 Color CSS Codes

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

#bba691 Text Font Color

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

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


#bba691 Background Color

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

This div background color is #bba691


#bba691 Border Color

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

This div border color is #bba691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba691


Comments

No comments written yet.

Please login to write comment.