Color Hex Logo

#bb954f Color Hex

#BB954F
(187,149,79)
0 Favorites   0 Comments

Color spaces of #bb954f

RGB 18714979
HSL0.110.440.52
HSV39°58°73°
CMYK 0.000.200.58   0.27
XYZ32.652232.624211.9733
Yxy32.62420.42270.4223
Hunter Lab57.11762.086627.5536
CIE-Lab63.85555.978141.8636

#bb954f color RGB value is (187,149,79).

#bb954f hex color red value is 187, green value is 149 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bb954f hue: 0.11 , saturation: 0.44 and the lightness value of bb954f is 0.52.

The process color (four color CMYK) of #bb954f color hex is 0.00, 0.20, 0.58, 0.27. Web safe color of #bb954f is #cc9966. Color #bb954f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010101 01001111
Octal 273 225 117
Decimal 187 149 79
Hex BB 95 4F

RGB Percentages of Color #bb954f

%45.06
%35.90
%19.04

CMYK Percentages of Color #bb954f

%0
%20
%58
%27

Triadic Colors of #bb954f

#bb954f #4fbb95 #954fbb

Analogous Colors of #bb954f

#bb954f #abbb4f #bb5f4f

Monochromatic Colors of #bb954f

#bb954f

Complementary Color

#bb954f #4f75bb

#bb954f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb954f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb954f Color CSS Codes

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

#bb954f Text Font Color

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

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


#bb954f Background Color

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

This div background color is #bb954f


#bb954f Border Color

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

This div border color is #bb954f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb954f


Comments

No comments written yet.

Please login to write comment.