Shades of Dark Goldenrod #B07C16
Tints of Dark Goldenrod #B07C16
RGB
CMYK
RGB Variations
Color information
#B07C16 (or 0xB07C16) is known color: Dark Goldenrod. HEX triplet: B0, 7C and 16. RGB value is (176,124,22). Sum of RGB (Red+Green+Blue) = 176+124+22=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07C16 is #4F83E9. Grayscale: #808080. Windows color (decimal): -5211114 or 1473712. OLE color: 1473712.
HSL color Cylindrical-coordinate representation of color #B07C16: hue angle of 39.74º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B07C16 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 124 | 22 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.31 |
| HSL | 39.74º | 0.78% | 0.39% | - |
| HSV(B) | 39.74º | 0.88% | 0.69% | - |
| XYZ | 25.26 | 23.7 | 4 | - |
| YUV | 127.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 22 | 0 | 0.30 | 0.88 | 0.31 | 39.74 | 0.78 | 0.39 |
| Hex | B0 | 7C | 16 | 0 | 1E | 58 | 1F | 28 | 4E | 27 |
| Octal | 260 | 174 | 26 | 0 | 36 | 130 | 37 | 50 | 116 | 47 |
| Binary | 10110000 | 1111100 | 10110 | 0 | 11110 | 1011000 | 11111 | 101000 | 1001110 | 100111 |
Color Harmonies of #B07C16
Complementary color
Monochromatic Colors of #B07C16
Black with #B07C16
Text Example
Text Example
White with #B07C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07C16; }
p { color: rgb(176,124,22); }
H1.HeaderClassName
{
color: #B07C16;
}
.AnyTagClassName
{
color: #B07C16;
}
</style>
background-color css
<style>
a { background-color: #B07C16; }
a { background-color: rgb(176,124,22); }
div.DivClassName
{
background-color: #B07C16;
}
.BgClassName
{
background-color: #B07C16;
}
</style>
border-color css
<style>
span { border-color: #B07C16; }
span { border-color: rgb(176,124,22); }
td.TdClassName
{
border-color: #B07C16;
}
.TagClassName
{
border-color: #B07C16;
}
</style>