Shades of Dark Goldenrod #B07901
Tints of Dark Goldenrod #B07901
RGB
CMYK
RGB Variations
Color information
#B07901 (or 0xB07901) is known color: Dark Goldenrod. HEX triplet: B0, 79 and 01. RGB value is (176,121,1). Sum of RGB (Red+Green+Blue) = 176+121+1=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B07901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07901 is #4F86FE. Grayscale: #7C7C7C. Windows color (decimal): -5211903 or 96688. OLE color: 96688.
HSL color Cylindrical-coordinate representation of color #B07901: hue angle of 41.14º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B07901 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 121 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.31 |
| HSL | 41.14º | 0.99% | 0.35% | - |
| HSV(B) | 41.14º | 0.99% | 0.69% | - |
| XYZ | 24.75 | 22.91 | 3.15 | - |
| YUV | 123.77 | 58.72 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 1 | 0 | 0.31 | 0.99 | 0.31 | 41.14 | 0.99 | 0.35 |
| Hex | B0 | 79 | 1 | 0 | 1F | 63 | 1F | 29 | 63 | 23 |
| Octal | 260 | 171 | 1 | 0 | 37 | 143 | 37 | 51 | 143 | 43 |
| Binary | 10110000 | 1111001 | 1 | 0 | 11111 | 1100011 | 11111 | 101001 | 1100011 | 100011 |
Color Harmonies of #B07901
Complementary color
Monochromatic Colors of #B07901
Black with #B07901
Text Example
Text Example
White with #B07901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07901; }
p { color: rgb(176,121,1); }
H1.HeaderClassName
{
color: #B07901;
}
.AnyTagClassName
{
color: #B07901;
}
</style>
background-color css
<style>
a { background-color: #B07901; }
a { background-color: rgb(176,121,1); }
div.DivClassName
{
background-color: #B07901;
}
.BgClassName
{
background-color: #B07901;
}
</style>
border-color css
<style>
span { border-color: #B07901; }
span { border-color: rgb(176,121,1); }
td.TdClassName
{
border-color: #B07901;
}
.TagClassName
{
border-color: #B07901;
}
</style>