Color Hex Logo

#bb715f Color Hex

#BB715F
(187,113,95)
0 Favorites   0 Comments

Color spaces of #bb715f

RGB 18711395
HSL0.030.400.55
HSV12°49°73°
CMYK 0.000.400.49   0.27
XYZ28.464223.201313.8045
Yxy23.20130.43480.3544
Hunter Lab48.167721.189116.7254
CIE-Lab55.279127.283722.4218

#bb715f color RGB value is (187,113,95).

#bb715f hex color red value is 187, green value is 113 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bb715f hue: 0.03 , saturation: 0.40 and the lightness value of bb715f is 0.55.

The process color (four color CMYK) of #bb715f color hex is 0.00, 0.40, 0.49, 0.27. Web safe color of #bb715f is #cc6666. Color #bb715f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110001 01011111
Octal 273 161 137
Decimal 187 113 95
Hex BB 71 5F

RGB Percentages of Color #bb715f

%47.34
%28.61
%24.05

CMYK Percentages of Color #bb715f

%0
%40
%49
%27

Triadic Colors of #bb715f

#bb715f #5fbb71 #715fbb

Analogous Colors of #bb715f

#bb715f #bb9f5f #bb5f7b

Monochromatic Colors of #bb715f

#bb715f

Complementary Color

#bb715f #5fa9bb

#bb715f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb715f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb715f Color CSS Codes

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

#bb715f Text Font Color

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

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


#bb715f Background Color

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

This div background color is #bb715f


#bb715f Border Color

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

This div border color is #bb715f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb715f


Comments

No comments written yet.

Please login to write comment.