Color Hex Logo

#bba37f Color Hex

#BBA37F
(187,163,127)
0 Favorites   0 Comments

Color spaces of #bba37f

RGB 187163127
HSL0.100.310.62
HSV36°32°73°
CMYK 0.000.130.32   0.27
XYZ37.421538.291525.4973
Yxy38.29150.36970.3783
Hunter Lab61.8801-0.343818.8860
CIE-Lab68.23493.382221.9577

#bba37f color RGB value is (187,163,127).

#bba37f hex color red value is 187, green value is 163 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bba37f hue: 0.10 , saturation: 0.31 and the lightness value of bba37f is 0.62.

The process color (four color CMYK) of #bba37f color hex is 0.00, 0.13, 0.32, 0.27. Web safe color of #bba37f is #cc9966. Color #bba37f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 01111111
Octal 273 243 177
Decimal 187 163 127
Hex BB A3 7F

RGB Percentages of Color #bba37f

%39.20
%34.17
%26.62

CMYK Percentages of Color #bba37f

%0
%13
%32
%27

Triadic Colors of #bba37f

#bba37f #7fbba3 #a37fbb

Analogous Colors of #bba37f

#bba37f #b5bb7f #bb857f

Monochromatic Colors of #bba37f

#bba37f

Complementary Color

#bba37f #7f97bb

#bba37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba37f Color CSS Codes

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

#bba37f Text Font Color

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

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


#bba37f Background Color

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

This div background color is #bba37f


#bba37f Border Color

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

This div border color is #bba37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba37f


Comments

No comments written yet.

Please login to write comment.