Shades of Dark Goldenrod #B89104
Tints of Dark Goldenrod #B89104
RGB
CMYK
RGB Variations
Color information
#B89104 (or 0xB89104) is known color: Dark Goldenrod. HEX triplet: B8, 91 and 04. RGB value is (184,145,4). Sum of RGB (Red+Green+Blue) = 184+145+4=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B89104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89104 is #476EFB. Grayscale: #8D8D8D. Windows color (decimal): -4681468 or 299448. OLE color: 299448.
HSL color Cylindrical-coordinate representation of color #B89104: hue angle of 47º 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 #B89104 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.28 |
| HSL | 47º | 0.96% | 0.37% | - |
| HSV(B) | 47º | 0.98% | 0.72% | - |
| XYZ | 29.91 | 30.45 | 4.42 | - |
| YUV | 140.59 | 50.92 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 4 | 0 | 0.21 | 0.98 | 0.28 | 47 | 0.96 | 0.37 |
| Hex | B8 | 91 | 4 | 0 | 15 | 62 | 1C | 2F | 60 | 25 |
| Octal | 270 | 221 | 4 | 0 | 25 | 142 | 34 | 57 | 140 | 45 |
| Binary | 10111000 | 10010001 | 100 | 0 | 10101 | 1100010 | 11100 | 101111 | 1100000 | 100101 |
Color Harmonies of #B89104
Complementary color
Monochromatic Colors of #B89104
Black with #B89104
Text Example
Text Example
White with #B89104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89104; }
p { color: rgb(184,145,4); }
H1.HeaderClassName
{
color: #B89104;
}
.AnyTagClassName
{
color: #B89104;
}
</style>
background-color css
<style>
a { background-color: #B89104; }
a { background-color: rgb(184,145,4); }
div.DivClassName
{
background-color: #B89104;
}
.BgClassName
{
background-color: #B89104;
}
</style>
border-color css
<style>
span { border-color: #B89104; }
span { border-color: rgb(184,145,4); }
td.TdClassName
{
border-color: #B89104;
}
.TagClassName
{
border-color: #B89104;
}
</style>