Shades of Dark Goldenrod #B78404
Tints of Dark Goldenrod #B78404
RGB
CMYK
RGB Variations
Color information
#B78404 (or 0xB78404) is known color: Dark Goldenrod. HEX triplet: B7, 84 and 04. RGB value is (183,132,4). Sum of RGB (Red+Green+Blue) = 183+132+4=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B78404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78404 is #487BFB. Grayscale: #858585. Windows color (decimal): -4750332 or 296119. OLE color: 296119.
HSL color Cylindrical-coordinate representation of color #B78404: hue angle of 42.91º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B78404 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 4 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.28 |
| HSL | 42.91º | 0.96% | 0.37% | - |
| HSV(B) | 42.91º | 0.98% | 0.72% | - |
| XYZ | 27.8 | 26.58 | 3.78 | - |
| YUV | 132.66 | 55.4 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 4 | 0 | 0.28 | 0.98 | 0.28 | 42.91 | 0.96 | 0.37 |
| Hex | B7 | 84 | 4 | 0 | 1C | 62 | 1C | 2B | 60 | 25 |
| Octal | 267 | 204 | 4 | 0 | 34 | 142 | 34 | 53 | 140 | 45 |
| Binary | 10110111 | 10000100 | 100 | 0 | 11100 | 1100010 | 11100 | 101011 | 1100000 | 100101 |
Color Harmonies of #B78404
Complementary color
Monochromatic Colors of #B78404
Black with #B78404
Text Example
Text Example
White with #B78404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78404; }
p { color: rgb(183,132,4); }
H1.HeaderClassName
{
color: #B78404;
}
.AnyTagClassName
{
color: #B78404;
}
</style>
background-color css
<style>
a { background-color: #B78404; }
a { background-color: rgb(183,132,4); }
div.DivClassName
{
background-color: #B78404;
}
.BgClassName
{
background-color: #B78404;
}
</style>
border-color css
<style>
span { border-color: #B78404; }
span { border-color: rgb(183,132,4); }
td.TdClassName
{
border-color: #B78404;
}
.TagClassName
{
border-color: #B78404;
}
</style>