Shades of Dark Goldenrod #B79101
Tints of Dark Goldenrod #B79101
RGB
CMYK
RGB Variations
Color information
#B79101 (or 0xB79101) is known color: Dark Goldenrod. HEX triplet: B7, 91 and 01. RGB value is (183,145,1). Sum of RGB (Red+Green+Blue) = 183+145+1=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B79101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79101 is #486EFE. Grayscale: #8C8C8C. Windows color (decimal): -4747007 or 102839. OLE color: 102839.
HSL color Cylindrical-coordinate representation of color #B79101: hue angle of 47.47º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B79101 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 145 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.28 |
| HSL | 47.47º | 0.99% | 0.36% | - |
| HSV(B) | 47.47º | 0.99% | 0.72% | - |
| XYZ | 29.66 | 30.32 | 4.32 | - |
| YUV | 139.95 | 49.59 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 1 | 0 | 0.21 | 0.99 | 0.28 | 47.47 | 0.99 | 0.36 |
| Hex | B7 | 91 | 1 | 0 | 15 | 63 | 1C | 2F | 63 | 24 |
| Octal | 267 | 221 | 1 | 0 | 25 | 143 | 34 | 57 | 143 | 44 |
| Binary | 10110111 | 10010001 | 1 | 0 | 10101 | 1100011 | 11100 | 101111 | 1100011 | 100100 |
Color Harmonies of #B79101
Complementary color
Monochromatic Colors of #B79101
Black with #B79101
Text Example
Text Example
White with #B79101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79101; }
p { color: rgb(183,145,1); }
H1.HeaderClassName
{
color: #B79101;
}
.AnyTagClassName
{
color: #B79101;
}
</style>
background-color css
<style>
a { background-color: #B79101; }
a { background-color: rgb(183,145,1); }
div.DivClassName
{
background-color: #B79101;
}
.BgClassName
{
background-color: #B79101;
}
</style>
border-color css
<style>
span { border-color: #B79101; }
span { border-color: rgb(183,145,1); }
td.TdClassName
{
border-color: #B79101;
}
.TagClassName
{
border-color: #B79101;
}
</style>