Color Hex Logo

#b9745a Color Hex

#B9745A
(185,116,90)
0 Favorites   0 Comments

Color spaces of #b9745a

RGB 18511690
HSL0.050.400.54
HSV16°51°73°
CMYK 0.000.370.51   0.27
XYZ28.098423.543312.7362
Yxy23.54330.43650.3657
Hunter Lab48.521418.455518.4022
CIE-Lab55.627624.342225.6844

#b9745a color RGB value is (185,116,90).

#b9745a hex color red value is 185, green value is 116 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b9745a hue: 0.05 , saturation: 0.40 and the lightness value of b9745a is 0.54.

The process color (four color CMYK) of #b9745a color hex is 0.00, 0.37, 0.51, 0.27. Web safe color of #b9745a is #cc6666. Color #b9745a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110100 01011010
Octal 271 164 132
Decimal 185 116 90
Hex B9 74 5A

RGB Percentages of Color #b9745a

%47.31
%29.67
%23.02

CMYK Percentages of Color #b9745a

%0
%37
%51
%27

Triadic Colors of #b9745a

#b9745a #5ab974 #745ab9

Analogous Colors of #b9745a

#b9745a #b9a45a #b95a70

Monochromatic Colors of #b9745a

#b9745a

Complementary Color

#b9745a #5a9fb9

#b9745a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9745a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9745a Color CSS Codes

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

#b9745a Text Font Color

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

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


#b9745a Background Color

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

This div background color is #b9745a


#b9745a Border Color

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

This div border color is #b9745a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9745a


Comments

No comments written yet.

Please login to write comment.