Shades of Dark Goldenrod #B78202
Tints of Dark Goldenrod #B78202
RGB
CMYK
RGB Variations
Color information
#B78202 (or 0xB78202) is known color: Dark Goldenrod. HEX triplet: B7, 82 and 02. RGB value is (183,130,2). Sum of RGB (Red+Green+Blue) = 183+130+2=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B78202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78202 is #487DFD. Grayscale: #838383. Windows color (decimal): -4750846 or 164535. OLE color: 164535.
HSL color Cylindrical-coordinate representation of color #B78202: hue angle of 42.43º degrees, saturation: 0.98, 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 #B78202 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.28 |
| HSL | 42.43º | 0.98% | 0.36% | - |
| HSV(B) | 42.43º | 0.99% | 0.72% | - |
| XYZ | 27.52 | 26.04 | 3.63 | - |
| YUV | 131.26 | 55.06 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 2 | 0 | 0.29 | 0.99 | 0.28 | 42.43 | 0.98 | 0.36 |
| Hex | B7 | 82 | 2 | 0 | 1D | 63 | 1C | 2A | 62 | 24 |
| Octal | 267 | 202 | 2 | 0 | 35 | 143 | 34 | 52 | 142 | 44 |
| Binary | 10110111 | 10000010 | 10 | 0 | 11101 | 1100011 | 11100 | 101010 | 1100010 | 100100 |
Color Harmonies of #B78202
Complementary color
Monochromatic Colors of #B78202
Black with #B78202
Text Example
Text Example
White with #B78202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78202; }
p { color: rgb(183,130,2); }
H1.HeaderClassName
{
color: #B78202;
}
.AnyTagClassName
{
color: #B78202;
}
</style>
background-color css
<style>
a { background-color: #B78202; }
a { background-color: rgb(183,130,2); }
div.DivClassName
{
background-color: #B78202;
}
.BgClassName
{
background-color: #B78202;
}
</style>
border-color css
<style>
span { border-color: #B78202; }
span { border-color: rgb(183,130,2); }
td.TdClassName
{
border-color: #B78202;
}
.TagClassName
{
border-color: #B78202;
}
</style>