Color Hex Logo

#bb710d Color Hex

#BB710D
(187,113,13)
0 Favorites   0 Comments

Color spaces of #bb710d

RGB 18711313
HSL0.100.870.39
HSV34°93°73°
CMYK 0.000.400.93   0.27
XYZ26.471322.40413.3100
Yxy22.40410.50730.4293
Hunter Lab47.333016.994728.9869
CIE-Lab54.453222.847059.0516

#bb710d color RGB value is (187,113,13).

#bb710d hex color red value is 187, green value is 113 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bb710d hue: 0.10 , saturation: 0.87 and the lightness value of bb710d is 0.39.

The process color (four color CMYK) of #bb710d color hex is 0.00, 0.40, 0.93, 0.27. Web safe color of #bb710d is #cc6600. Color #bb710d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110001 00001101
Octal 273 161 15
Decimal 187 113 13
Hex BB 71 D

RGB Percentages of Color #bb710d

%59.74
%36.10
%4.15

CMYK Percentages of Color #bb710d

%0
%40
%93
%27

Triadic Colors of #bb710d

#bb710d #0dbb71 #710dbb

Analogous Colors of #bb710d

#bb710d #aebb0d #bb1a0d

Monochromatic Colors of #bb710d

#bb710d

Complementary Color

#bb710d #0d57bb

#bb710d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb710d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb710d Color CSS Codes

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

#bb710d Text Font Color

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

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


#bb710d Background Color

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

This div background color is #bb710d


#bb710d Border Color

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

This div border color is #bb710d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb710d


Comments

No comments written yet.

Please login to write comment.