Shades of Dark Goldenrod #B89602
Tints of Dark Goldenrod #B89602
RGB
CMYK
RGB Variations
Color information
#B89602 (or 0xB89602) is known color: Dark Goldenrod. HEX triplet: B8, 96 and 02. RGB value is (184,150,2). Sum of RGB (Red+Green+Blue) = 184+150+2=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B89602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89602 is #4769FD. Grayscale: #8F8F8F. Windows color (decimal): -4680190 or 169656. OLE color: 169656.
HSL color Cylindrical-coordinate representation of color #B89602: hue angle of 48.79º 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 #B89602 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.28 |
| HSL | 48.79º | 0.98% | 0.36% | - |
| HSV(B) | 48.79º | 0.99% | 0.72% | - |
| XYZ | 30.68 | 32.01 | 4.62 | - |
| YUV | 143.29 | 48.26 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 2 | 0 | 0.18 | 0.99 | 0.28 | 48.79 | 0.98 | 0.36 |
| Hex | B8 | 96 | 2 | 0 | 12 | 63 | 1C | 31 | 62 | 24 |
| Octal | 270 | 226 | 2 | 0 | 22 | 143 | 34 | 61 | 142 | 44 |
| Binary | 10111000 | 10010110 | 10 | 0 | 10010 | 1100011 | 11100 | 110001 | 1100010 | 100100 |
Color Harmonies of #B89602
Complementary color
Monochromatic Colors of #B89602
Black with #B89602
Text Example
Text Example
White with #B89602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89602; }
p { color: rgb(184,150,2); }
H1.HeaderClassName
{
color: #B89602;
}
.AnyTagClassName
{
color: #B89602;
}
</style>
background-color css
<style>
a { background-color: #B89602; }
a { background-color: rgb(184,150,2); }
div.DivClassName
{
background-color: #B89602;
}
.BgClassName
{
background-color: #B89602;
}
</style>
border-color css
<style>
span { border-color: #B89602; }
span { border-color: rgb(184,150,2); }
td.TdClassName
{
border-color: #B89602;
}
.TagClassName
{
border-color: #B89602;
}
</style>