Color Hex Logo

#bba68f Color Hex

#BBA68F
(187,166,143)
0 Favorites   0 Comments

Color spaces of #bba68f

RGB 187166143
HSL0.090.240.65
HSV31°24°73°
CMYK 0.000.110.24   0.27
XYZ39.087739.820431.6126
Yxy39.82040.35370.3603
Hunter Lab63.10340.136014.4702
CIE-Lab69.34143.972914.7072

#bba68f color RGB value is (187,166,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 10001111
Octal 273 246 217
Decimal 187 166 143
Hex BB A6 8F

RGB Percentages of Color #bba68f

%37.70
%33.47
%28.83

CMYK Percentages of Color #bba68f

%0
%11
%24
%27

Triadic Colors of #bba68f

#bba68f #8fbba6 #a68fbb

Analogous Colors of #bba68f

#bba68f #babb8f #bb908f

Monochromatic Colors of #bba68f

#bba68f

Complementary Color

#bba68f #8fa4bb

#bba68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba68f Color CSS Codes

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

#bba68f Text Font Color

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

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


#bba68f Background Color

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

This div background color is #bba68f


#bba68f Border Color

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

This div border color is #bba68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba68f


Comments

No comments written yet.

Please login to write comment.