Color Hex Logo

#b9714a Color Hex

#B9714A
(185,113,74)
0 Favorites   0 Comments

Color spaces of #b9714a

RGB 18511374
HSL0.060.440.51
HSV21°60°73°
CMYK 0.000.390.60   0.27
XYZ27.148722.61909.4136
Yxy22.61900.45870.3822
Hunter Lab47.559418.665421.5561
CIE-Lab54.677724.640933.4222

#b9714a color RGB value is (185,113,74).

#b9714a hex color red value is 185, green value is 113 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b9714a hue: 0.06 , saturation: 0.44 and the lightness value of b9714a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110001 01001010
Octal 271 161 112
Decimal 185 113 74
Hex B9 71 4A

RGB Percentages of Color #b9714a

%49.73
%30.38
%19.89

CMYK Percentages of Color #b9714a

%0
%39
%60
%27

Triadic Colors of #b9714a

#b9714a #4ab971 #714ab9

Analogous Colors of #b9714a

#b9714a #b9a94a #b94a5b

Monochromatic Colors of #b9714a

#b9714a

Complementary Color

#b9714a #4a92b9

#b9714a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9714a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9714a Color CSS Codes

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

#b9714a Text Font Color

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

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


#b9714a Background Color

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

This div background color is #b9714a


#b9714a Border Color

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

This div border color is #b9714a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9714a


Comments

No comments written yet.

Please login to write comment.