Color Hex Logo

#b9742f Color Hex

#B9742F
(185,116,47)
0 Favorites   0 Comments

Color spaces of #b9742f

RGB 18511647
HSL0.080.590.45
HSV30°75°73°
CMYK 0.000.370.75   0.27
XYZ26.766123.01035.7200
Yxy23.01030.48230.4146
Hunter Lab47.969115.654826.5084
CIE-Lab55.082921.340047.6522

#b9742f color RGB value is (185,116,47).

#b9742f hex color red value is 185, green value is 116 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b9742f hue: 0.08 , saturation: 0.59 and the lightness value of b9742f is 0.45.

The process color (four color CMYK) of #b9742f color hex is 0.00, 0.37, 0.75, 0.27. Web safe color of #b9742f is #cc6633. Color #b9742f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110100 00101111
Octal 271 164 57
Decimal 185 116 47
Hex B9 74 2F

RGB Percentages of Color #b9742f

%53.16
%33.33
%13.51

CMYK Percentages of Color #b9742f

%0
%37
%75
%27

Triadic Colors of #b9742f

#b9742f #2fb974 #742fb9

Analogous Colors of #b9742f

#b9742f #b9b92f #b92f2f

Monochromatic Colors of #b9742f

#b9742f

Complementary Color

#b9742f #2f74b9

#b9742f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9742f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9742f Color CSS Codes

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

#b9742f Text Font Color

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

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


#b9742f Background Color

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

This div background color is #b9742f


#b9742f Border Color

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

This div border color is #b9742f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9742f


Comments

No comments written yet.

Please login to write comment.