Color Hex Logo

#b7710a Color Hex

#B7710A
(183,113,10)
0 Favorites   0 Comments

Color spaces of #b7710a

RGB 18311310
HSL0.100.900.38
HSV36°95°72°
CMYK 0.000.380.95   0.28
XYZ25.488421.89943.1708
Yxy21.89940.50410.4331
Hunter Lab46.796815.327628.7405
CIE-Lab53.920121.052259.0201

#b7710a color RGB value is (183,113,10).

#b7710a hex color red value is 183, green value is 113 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b7710a hue: 0.10 , saturation: 0.90 and the lightness value of b7710a is 0.38.

The process color (four color CMYK) of #b7710a color hex is 0.00, 0.38, 0.95, 0.28. Web safe color of #b7710a is #cc6600. Color #b7710a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110001 00001010
Octal 267 161 12
Decimal 183 113 10
Hex B7 71 A

RGB Percentages of Color #b7710a

%59.80
%36.93
%3.27

CMYK Percentages of Color #b7710a

%0
%38
%95
%28

Triadic Colors of #b7710a

#b7710a #0ab771 #710ab7

Analogous Colors of #b7710a

#b7710a #a7b70a #b71b0a

Monochromatic Colors of #b7710a

#b7710a

Complementary Color

#b7710a #0a50b7

#b7710a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7710a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7710a Color CSS Codes

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

#b7710a Text Font Color

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

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


#b7710a Background Color

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

This div background color is #b7710a


#b7710a Border Color

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

This div border color is #b7710a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7710a


Comments

No comments written yet.

Please login to write comment.