Color Hex Logo

#b9730f Color Hex

#B9730F
(185,115,15)
0 Favorites   0 Comments

Color spaces of #b9730f

RGB 18511515
HSL0.100.850.39
HSV35°92°73°
CMYK 0.000.380.92   0.27
XYZ26.224522.61023.4340
Yxy22.61020.50170.4326
Hunter Lab47.550215.232129.0033
CIE-Lab54.668520.900758.6530

#b9730f color RGB value is (185,115,15).

#b9730f hex color red value is 185, green value is 115 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b9730f hue: 0.10 , saturation: 0.85 and the lightness value of b9730f is 0.39.

The process color (four color CMYK) of #b9730f color hex is 0.00, 0.38, 0.92, 0.27. Web safe color of #b9730f is #cc6600. Color #b9730f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110011 00001111
Octal 271 163 17
Decimal 185 115 15
Hex B9 73 F

RGB Percentages of Color #b9730f

%58.73
%36.51
%4.76

CMYK Percentages of Color #b9730f

%0
%38
%92
%27

Triadic Colors of #b9730f

#b9730f #0fb973 #730fb9

Analogous Colors of #b9730f

#b9730f #aab90f #b91e0f

Monochromatic Colors of #b9730f

#b9730f

Complementary Color

#b9730f #0f55b9

#b9730f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9730f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9730f Color CSS Codes

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

#b9730f Text Font Color

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

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


#b9730f Background Color

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

This div background color is #b9730f


#b9730f Border Color

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

This div border color is #b9730f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9730f


Comments

No comments written yet.

Please login to write comment.