Color Hex Logo

#b9713a Color Hex

#B9713A
(185,113,58)
0 Favorites   0 Comments

Color spaces of #b9713a

RGB 18511358
HSL0.070.520.48
HSV26°69°73°
CMYK 0.000.390.69   0.27
XYZ26.676422.43006.9264
Yxy22.43000.47610.4003
Hunter Lab47.360317.662224.4811
CIE-Lab54.480323.571141.6792

#b9713a color RGB value is (185,113,58).

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

The process color (four color CMYK) of #b9713a color hex is 0.00, 0.39, 0.69, 0.27. Web safe color of #b9713a is #cc6633. Color #b9713a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110001 00111010
Octal 271 161 72
Decimal 185 113 58
Hex B9 71 3A

RGB Percentages of Color #b9713a

%51.97
%31.74
%16.29

CMYK Percentages of Color #b9713a

%0
%39
%69
%27

Triadic Colors of #b9713a

#b9713a #3ab971 #713ab9

Analogous Colors of #b9713a

#b9713a #b9b13a #b93a43

Monochromatic Colors of #b9713a

#b9713a

Complementary Color

#b9713a #3a82b9

#b9713a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9713a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9713a Color CSS Codes

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

#b9713a Text Font Color

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

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


#b9713a Background Color

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

This div background color is #b9713a


#b9713a Border Color

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

This div border color is #b9713a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9713a


Comments

No comments written yet.

Please login to write comment.