Shades of Dark Goldenrod #B07E13
Tints of Dark Goldenrod #B07E13
RGB
CMYK
RGB Variations
Color information
#B07E13 (or 0xB07E13) is known color: Dark Goldenrod. HEX triplet: B0, 7E and 13. RGB value is (176,126,19). Sum of RGB (Red+Green+Blue) = 176+126+19=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07E13 is #4F81EC. Grayscale: #818181. Windows color (decimal): -5210605 or 1277616. OLE color: 1277616.
HSL color Cylindrical-coordinate representation of color #B07E13: hue angle of 40.89º 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 #B07E13 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 126 | 19 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.31 |
| HSL | 40.89º | 0.81% | 0.38% | - |
| HSV(B) | 40.89º | 0.89% | 0.69% | - |
| XYZ | 25.48 | 24.2 | 3.94 | - |
| YUV | 128.75 | 66.07 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 19 | 0 | 0.28 | 0.89 | 0.31 | 40.89 | 0.81 | 0.38 |
| Hex | B0 | 7E | 13 | 0 | 1C | 59 | 1F | 29 | 51 | 26 |
| Octal | 260 | 176 | 23 | 0 | 34 | 131 | 37 | 51 | 121 | 46 |
| Binary | 10110000 | 1111110 | 10011 | 0 | 11100 | 1011001 | 11111 | 101001 | 1010001 | 100110 |
Color Harmonies of #B07E13
Complementary color
Monochromatic Colors of #B07E13
Black with #B07E13
Text Example
Text Example
White with #B07E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07E13; }
p { color: rgb(176,126,19); }
H1.HeaderClassName
{
color: #B07E13;
}
.AnyTagClassName
{
color: #B07E13;
}
</style>
background-color css
<style>
a { background-color: #B07E13; }
a { background-color: rgb(176,126,19); }
div.DivClassName
{
background-color: #B07E13;
}
.BgClassName
{
background-color: #B07E13;
}
</style>
border-color css
<style>
span { border-color: #B07E13; }
span { border-color: rgb(176,126,19); }
td.TdClassName
{
border-color: #B07E13;
}
.TagClassName
{
border-color: #B07E13;
}
</style>