Shades of Dark Goldenrod #B77901
Tints of Dark Goldenrod #B77901
RGB
CMYK
RGB Variations
Color information
#B77901 (or 0xB77901) is known color: Dark Goldenrod. HEX triplet: B7, 79 and 01. RGB value is (183,121,1). Sum of RGB (Red+Green+Blue) = 183+121+1=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B77901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77901 is #4886FE. Grayscale: #7E7E7E. Windows color (decimal): -4753151 or 96695. OLE color: 96695.
HSL color Cylindrical-coordinate representation of color #B77901: hue angle of 39.56º 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 #B77901 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.28 |
| HSL | 39.56º | 0.99% | 0.36% | - |
| HSV(B) | 39.56º | 0.99% | 0.72% | - |
| XYZ | 26.37 | 23.74 | 3.22 | - |
| YUV | 125.86 | 57.54 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 1 | 0 | 0.34 | 0.99 | 0.28 | 39.56 | 0.99 | 0.36 |
| Hex | B7 | 79 | 1 | 0 | 22 | 63 | 1C | 28 | 63 | 24 |
| Octal | 267 | 171 | 1 | 0 | 42 | 143 | 34 | 50 | 143 | 44 |
| Binary | 10110111 | 1111001 | 1 | 0 | 100010 | 1100011 | 11100 | 101000 | 1100011 | 100100 |
Color Harmonies of #B77901
Complementary color
Monochromatic Colors of #B77901
Black with #B77901
Text Example
Text Example
White with #B77901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77901; }
p { color: rgb(183,121,1); }
H1.HeaderClassName
{
color: #B77901;
}
.AnyTagClassName
{
color: #B77901;
}
</style>
background-color css
<style>
a { background-color: #B77901; }
a { background-color: rgb(183,121,1); }
div.DivClassName
{
background-color: #B77901;
}
.BgClassName
{
background-color: #B77901;
}
</style>
border-color css
<style>
span { border-color: #B77901; }
span { border-color: rgb(183,121,1); }
td.TdClassName
{
border-color: #B77901;
}
.TagClassName
{
border-color: #B77901;
}
</style>