Shades of Dark Goldenrod #B88004
Tints of Dark Goldenrod #B88004
RGB
CMYK
RGB Variations
Color information
#B88004 (or 0xB88004) is known color: Dark Goldenrod. HEX triplet: B8, 80 and 04. RGB value is (184,128,4). Sum of RGB (Red+Green+Blue) = 184+128+4=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B88004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88004 is #477FFB. Grayscale: #838383. Windows color (decimal): -4685820 or 295096. OLE color: 295096.
HSL color Cylindrical-coordinate representation of color #B88004: hue angle of 41.33º 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 #B88004 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.28 |
| HSL | 41.33º | 0.96% | 0.37% | - |
| HSV(B) | 41.33º | 0.98% | 0.72% | - |
| XYZ | 27.51 | 25.64 | 3.61 | - |
| YUV | 130.61 | 56.55 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 4 | 0 | 0.30 | 0.98 | 0.28 | 41.33 | 0.96 | 0.37 |
| Hex | B8 | 80 | 4 | 0 | 1E | 62 | 1C | 29 | 60 | 25 |
| Octal | 270 | 200 | 4 | 0 | 36 | 142 | 34 | 51 | 140 | 45 |
| Binary | 10111000 | 10000000 | 100 | 0 | 11110 | 1100010 | 11100 | 101001 | 1100000 | 100101 |
Color Harmonies of #B88004
Complementary color
Monochromatic Colors of #B88004
Black with #B88004
Text Example
Text Example
White with #B88004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88004; }
p { color: rgb(184,128,4); }
H1.HeaderClassName
{
color: #B88004;
}
.AnyTagClassName
{
color: #B88004;
}
</style>
background-color css
<style>
a { background-color: #B88004; }
a { background-color: rgb(184,128,4); }
div.DivClassName
{
background-color: #B88004;
}
.BgClassName
{
background-color: #B88004;
}
</style>
border-color css
<style>
span { border-color: #B88004; }
span { border-color: rgb(184,128,4); }
td.TdClassName
{
border-color: #B88004;
}
.TagClassName
{
border-color: #B88004;
}
</style>