Shades of Dark Goldenrod #B78802
Tints of Dark Goldenrod #B78802
RGB
CMYK
RGB Variations
Color information
#B78802 (or 0xB78802) is known color: Dark Goldenrod. HEX triplet: B7, 88 and 02. RGB value is (183,136,2). Sum of RGB (Red+Green+Blue) = 183+136+2=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B78802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78802 is #4877FD. Grayscale: #878787. Windows color (decimal): -4749310 or 166071. OLE color: 166071.
HSL color Cylindrical-coordinate representation of color #B78802: hue angle of 44.42º 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 #B78802 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.28 |
| HSL | 44.42º | 0.98% | 0.36% | - |
| HSV(B) | 44.42º | 0.99% | 0.72% | - |
| XYZ | 28.34 | 27.68 | 3.91 | - |
| YUV | 134.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 2 | 0 | 0.26 | 0.99 | 0.28 | 44.42 | 0.98 | 0.36 |
| Hex | B7 | 88 | 2 | 0 | 1A | 63 | 1C | 2C | 62 | 24 |
| Octal | 267 | 210 | 2 | 0 | 32 | 143 | 34 | 54 | 142 | 44 |
| Binary | 10110111 | 10001000 | 10 | 0 | 11010 | 1100011 | 11100 | 101100 | 1100010 | 100100 |
Color Harmonies of #B78802
Complementary color
Monochromatic Colors of #B78802
Black with #B78802
Text Example
Text Example
White with #B78802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78802; }
p { color: rgb(183,136,2); }
H1.HeaderClassName
{
color: #B78802;
}
.AnyTagClassName
{
color: #B78802;
}
</style>
background-color css
<style>
a { background-color: #B78802; }
a { background-color: rgb(183,136,2); }
div.DivClassName
{
background-color: #B78802;
}
.BgClassName
{
background-color: #B78802;
}
</style>
border-color css
<style>
span { border-color: #B78802; }
span { border-color: rgb(183,136,2); }
td.TdClassName
{
border-color: #B78802;
}
.TagClassName
{
border-color: #B78802;
}
</style>