Shades of Dark Goldenrod #B07313
Tints of Dark Goldenrod #B07313
RGB
CMYK
RGB Variations
Color information
#B07313 (or 0xB07313) is known color: Dark Goldenrod. HEX triplet: B0, 73 and 13. RGB value is (176,115,19). Sum of RGB (Red+Green+Blue) = 176+115+19=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B07313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07313 is #4F8CEC. Grayscale: #7A7A7A. Windows color (decimal): -5213421 or 1274800. OLE color: 1274800.
HSL color Cylindrical-coordinate representation of color #B07313: hue angle of 36.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B07313 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 19 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.31 |
| HSL | 36.69º | 0.81% | 0.38% | - |
| HSV(B) | 36.69º | 0.89% | 0.69% | - |
| XYZ | 24.15 | 21.54 | 3.5 | - |
| YUV | 122.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 19 | 0 | 0.35 | 0.89 | 0.31 | 36.69 | 0.81 | 0.38 |
| Hex | B0 | 73 | 13 | 0 | 23 | 59 | 1F | 25 | 51 | 26 |
| Octal | 260 | 163 | 23 | 0 | 43 | 131 | 37 | 45 | 121 | 46 |
| Binary | 10110000 | 1110011 | 10011 | 0 | 100011 | 1011001 | 11111 | 100101 | 1010001 | 100110 |
Color Harmonies of #B07313
Complementary color
Monochromatic Colors of #B07313
Black with #B07313
Text Example
Text Example
White with #B07313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07313; }
p { color: rgb(176,115,19); }
H1.HeaderClassName
{
color: #B07313;
}
.AnyTagClassName
{
color: #B07313;
}
</style>
background-color css
<style>
a { background-color: #B07313; }
a { background-color: rgb(176,115,19); }
div.DivClassName
{
background-color: #B07313;
}
.BgClassName
{
background-color: #B07313;
}
</style>
border-color css
<style>
span { border-color: #B07313; }
span { border-color: rgb(176,115,19); }
td.TdClassName
{
border-color: #B07313;
}
.TagClassName
{
border-color: #B07313;
}
</style>