Shades of Dark Goldenrod #B78504
Tints of Dark Goldenrod #B78504
RGB
CMYK
RGB Variations
Color information
#B78504 (or 0xB78504) is known color: Dark Goldenrod. HEX triplet: B7, 85 and 04. RGB value is (183,133,4). Sum of RGB (Red+Green+Blue) = 183+133+4=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B78504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78504 is #487AFB. Grayscale: #858585. Windows color (decimal): -4750076 or 296375. OLE color: 296375.
HSL color Cylindrical-coordinate representation of color #B78504: hue angle of 43.24º 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 #B78504 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 133 | 4 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.28 |
| HSL | 43.24º | 0.96% | 0.37% | - |
| HSV(B) | 43.24º | 0.98% | 0.72% | - |
| XYZ | 27.94 | 26.85 | 3.83 | - |
| YUV | 133.24 | 55.07 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 4 | 0 | 0.27 | 0.98 | 0.28 | 43.24 | 0.96 | 0.37 |
| Hex | B7 | 85 | 4 | 0 | 1B | 62 | 1C | 2B | 60 | 25 |
| Octal | 267 | 205 | 4 | 0 | 33 | 142 | 34 | 53 | 140 | 45 |
| Binary | 10110111 | 10000101 | 100 | 0 | 11011 | 1100010 | 11100 | 101011 | 1100000 | 100101 |
Color Harmonies of #B78504
Complementary color
Monochromatic Colors of #B78504
Black with #B78504
Text Example
Text Example
White with #B78504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78504; }
p { color: rgb(183,133,4); }
H1.HeaderClassName
{
color: #B78504;
}
.AnyTagClassName
{
color: #B78504;
}
</style>
background-color css
<style>
a { background-color: #B78504; }
a { background-color: rgb(183,133,4); }
div.DivClassName
{
background-color: #B78504;
}
.BgClassName
{
background-color: #B78504;
}
</style>
border-color css
<style>
span { border-color: #B78504; }
span { border-color: rgb(183,133,4); }
td.TdClassName
{
border-color: #B78504;
}
.TagClassName
{
border-color: #B78504;
}
</style>