Shades of Dark Goldenrod #B89302
Tints of Dark Goldenrod #B89302
RGB
CMYK
RGB Variations
Color information
#B89302 (or 0xB89302) is known color: Dark Goldenrod. HEX triplet: B8, 93 and 02. RGB value is (184,147,2). Sum of RGB (Red+Green+Blue) = 184+147+2=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B89302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89302 is #476CFD. Grayscale: #8E8E8E. Windows color (decimal): -4680958 or 168888. OLE color: 168888.
HSL color Cylindrical-coordinate representation of color #B89302: hue angle of 47.8º 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 #B89302 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.28 |
| HSL | 47.8º | 0.98% | 0.36% | - |
| HSV(B) | 47.8º | 0.99% | 0.72% | - |
| XYZ | 30.21 | 31.06 | 4.46 | - |
| YUV | 141.53 | 49.26 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 2 | 0 | 0.20 | 0.99 | 0.28 | 47.8 | 0.98 | 0.36 |
| Hex | B8 | 93 | 2 | 0 | 14 | 63 | 1C | 30 | 62 | 24 |
| Octal | 270 | 223 | 2 | 0 | 24 | 143 | 34 | 60 | 142 | 44 |
| Binary | 10111000 | 10010011 | 10 | 0 | 10100 | 1100011 | 11100 | 110000 | 1100010 | 100100 |
Color Harmonies of #B89302
Complementary color
Monochromatic Colors of #B89302
Black with #B89302
Text Example
Text Example
White with #B89302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89302; }
p { color: rgb(184,147,2); }
H1.HeaderClassName
{
color: #B89302;
}
.AnyTagClassName
{
color: #B89302;
}
</style>
background-color css
<style>
a { background-color: #B89302; }
a { background-color: rgb(184,147,2); }
div.DivClassName
{
background-color: #B89302;
}
.BgClassName
{
background-color: #B89302;
}
</style>
border-color css
<style>
span { border-color: #B89302; }
span { border-color: rgb(184,147,2); }
td.TdClassName
{
border-color: #B89302;
}
.TagClassName
{
border-color: #B89302;
}
</style>