Shades of Dark Goldenrod #B89402
Tints of Dark Goldenrod #B89402
RGB
CMYK
RGB Variations
Color information
#B89402 (or 0xB89402) is known color: Dark Goldenrod. HEX triplet: B8, 94 and 02. RGB value is (184,148,2). Sum of RGB (Red+Green+Blue) = 184+148+2=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B89402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89402 is #476BFD. Grayscale: #8E8E8E. Windows color (decimal): -4680702 or 169144. OLE color: 169144.
HSL color Cylindrical-coordinate representation of color #B89402: hue angle of 48.13º 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 #B89402 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.28 |
| HSL | 48.13º | 0.98% | 0.36% | - |
| HSV(B) | 48.13º | 0.99% | 0.72% | - |
| XYZ | 30.37 | 31.37 | 4.51 | - |
| YUV | 142.12 | 48.93 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 2 | 0 | 0.20 | 0.99 | 0.28 | 48.13 | 0.98 | 0.36 |
| Hex | B8 | 94 | 2 | 0 | 14 | 63 | 1C | 30 | 62 | 24 |
| Octal | 270 | 224 | 2 | 0 | 24 | 143 | 34 | 60 | 142 | 44 |
| Binary | 10111000 | 10010100 | 10 | 0 | 10100 | 1100011 | 11100 | 110000 | 1100010 | 100100 |
Color Harmonies of #B89402
Complementary color
Monochromatic Colors of #B89402
Black with #B89402
Text Example
Text Example
White with #B89402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89402; }
p { color: rgb(184,148,2); }
H1.HeaderClassName
{
color: #B89402;
}
.AnyTagClassName
{
color: #B89402;
}
</style>
background-color css
<style>
a { background-color: #B89402; }
a { background-color: rgb(184,148,2); }
div.DivClassName
{
background-color: #B89402;
}
.BgClassName
{
background-color: #B89402;
}
</style>
border-color css
<style>
span { border-color: #B89402; }
span { border-color: rgb(184,148,2); }
td.TdClassName
{
border-color: #B89402;
}
.TagClassName
{
border-color: #B89402;
}
</style>