Shades of Dark Goldenrod #B78201
Tints of Dark Goldenrod #B78201
RGB
CMYK
RGB Variations
Color information
#B78201 (or 0xB78201) is known color: Dark Goldenrod. HEX triplet: B7, 82 and 01. RGB value is (183,130,1). Sum of RGB (Red+Green+Blue) = 183+130+1=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B78201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78201 is #487DFE. Grayscale: #838383. Windows color (decimal): -4750847 or 98999. OLE color: 98999.
HSL color Cylindrical-coordinate representation of color #B78201: hue angle of 42.53º 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 #B78201 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.28 |
| HSL | 42.53º | 0.99% | 0.36% | - |
| HSV(B) | 42.53º | 0.99% | 0.72% | - |
| XYZ | 27.52 | 26.03 | 3.6 | - |
| YUV | 131.14 | 54.56 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 1 | 0 | 0.29 | 0.99 | 0.28 | 42.53 | 0.99 | 0.36 |
| Hex | B7 | 82 | 1 | 0 | 1D | 63 | 1C | 2B | 63 | 24 |
| Octal | 267 | 202 | 1 | 0 | 35 | 143 | 34 | 53 | 143 | 44 |
| Binary | 10110111 | 10000010 | 1 | 0 | 11101 | 1100011 | 11100 | 101011 | 1100011 | 100100 |
Color Harmonies of #B78201
Complementary color
Monochromatic Colors of #B78201
Black with #B78201
Text Example
Text Example
White with #B78201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78201; }
p { color: rgb(183,130,1); }
H1.HeaderClassName
{
color: #B78201;
}
.AnyTagClassName
{
color: #B78201;
}
</style>
background-color css
<style>
a { background-color: #B78201; }
a { background-color: rgb(183,130,1); }
div.DivClassName
{
background-color: #B78201;
}
.BgClassName
{
background-color: #B78201;
}
</style>
border-color css
<style>
span { border-color: #B78201; }
span { border-color: rgb(183,130,1); }
td.TdClassName
{
border-color: #B78201;
}
.TagClassName
{
border-color: #B78201;
}
</style>