Color Hex Logo

#bb713b Color Hex

#BB713B
(187,113,59)
0 Favorites   0 Comments

Color spaces of #bb713b

RGB 18711359
HSL0.070.520.48
HSV25°68°73°
CMYK 0.000.400.68   0.27
XYZ27.188122.69087.0845
Yxy22.69080.47730.3983
Hunter Lab47.634918.519824.5265
CIE-Lab54.752424.478141.5455

#bb713b color RGB value is (187,113,59).

#bb713b hex color red value is 187, green value is 113 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bb713b hue: 0.07 , saturation: 0.52 and the lightness value of bb713b is 0.48.

The process color (four color CMYK) of #bb713b color hex is 0.00, 0.40, 0.68, 0.27. Web safe color of #bb713b is #cc6633. Color #bb713b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110001 00111011
Octal 273 161 73
Decimal 187 113 59
Hex BB 71 3B

RGB Percentages of Color #bb713b

%52.09
%31.48
%16.43

CMYK Percentages of Color #bb713b

%0
%40
%68
%27

Triadic Colors of #bb713b

#bb713b #3bbb71 #713bbb

Analogous Colors of #bb713b

#bb713b #bbb13b #bb3b45

Monochromatic Colors of #bb713b

#bb713b

Complementary Color

#bb713b #3b85bb

#bb713b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb713b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb713b Color CSS Codes

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

#bb713b Text Font Color

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

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


#bb713b Background Color

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

This div background color is #bb713b


#bb713b Border Color

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

This div border color is #bb713b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb713b


Comments

No comments written yet.

Please login to write comment.