Shades of Dark Goldenrod #B07C13
Tints of Dark Goldenrod #B07C13
RGB
CMYK
RGB Variations
Color information
#B07C13 (or 0xB07C13) is known color: Dark Goldenrod. HEX triplet: B0, 7C and 13. RGB value is (176,124,19). Sum of RGB (Red+Green+Blue) = 176+124+19=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07C13 is #4F83EC. Grayscale: #808080. Windows color (decimal): -5211117 or 1277104. OLE color: 1277104.
HSL color Cylindrical-coordinate representation of color #B07C13: hue angle of 40.13º 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 #B07C13 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 124 | 19 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.31 |
| HSL | 40.13º | 0.81% | 0.38% | - |
| HSV(B) | 40.13º | 0.89% | 0.69% | - |
| XYZ | 25.23 | 23.69 | 3.86 | - |
| YUV | 127.58 | 66.73 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 19 | 0 | 0.30 | 0.89 | 0.31 | 40.13 | 0.81 | 0.38 |
| Hex | B0 | 7C | 13 | 0 | 1E | 59 | 1F | 28 | 51 | 26 |
| Octal | 260 | 174 | 23 | 0 | 36 | 131 | 37 | 50 | 121 | 46 |
| Binary | 10110000 | 1111100 | 10011 | 0 | 11110 | 1011001 | 11111 | 101000 | 1010001 | 100110 |
Color Harmonies of #B07C13
Complementary color
Monochromatic Colors of #B07C13
Black with #B07C13
Text Example
Text Example
White with #B07C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07C13; }
p { color: rgb(176,124,19); }
H1.HeaderClassName
{
color: #B07C13;
}
.AnyTagClassName
{
color: #B07C13;
}
</style>
background-color css
<style>
a { background-color: #B07C13; }
a { background-color: rgb(176,124,19); }
div.DivClassName
{
background-color: #B07C13;
}
.BgClassName
{
background-color: #B07C13;
}
</style>
border-color css
<style>
span { border-color: #B07C13; }
span { border-color: rgb(176,124,19); }
td.TdClassName
{
border-color: #B07C13;
}
.TagClassName
{
border-color: #B07C13;
}
</style>