Shades of Dark Goldenrod #B89401
Tints of Dark Goldenrod #B89401
RGB
CMYK
RGB Variations
Color information
#B89401 (or 0xB89401) is known color: Dark Goldenrod. HEX triplet: B8, 94 and 01. RGB value is (184,148,1). Sum of RGB (Red+Green+Blue) = 184+148+1=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B89401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89401 is #476BFE. Grayscale: #8E8E8E. Windows color (decimal): -4680703 or 103608. OLE color: 103608.
HSL color Cylindrical-coordinate representation of color #B89401: hue angle of 48.2º degrees, saturation: 0.99, 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 #B89401 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.28 |
| HSL | 48.2º | 0.99% | 0.36% | - |
| HSV(B) | 48.2º | 0.99% | 0.72% | - |
| XYZ | 30.36 | 31.37 | 4.48 | - |
| YUV | 142.01 | 48.43 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 1 | 0 | 0.20 | 0.99 | 0.28 | 48.2 | 0.99 | 0.36 |
| Hex | B8 | 94 | 1 | 0 | 14 | 63 | 1C | 30 | 63 | 24 |
| Octal | 270 | 224 | 1 | 0 | 24 | 143 | 34 | 60 | 143 | 44 |
| Binary | 10111000 | 10010100 | 1 | 0 | 10100 | 1100011 | 11100 | 110000 | 1100011 | 100100 |
Color Harmonies of #B89401
Complementary color
Monochromatic Colors of #B89401
Black with #B89401
Text Example
Text Example
White with #B89401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89401; }
p { color: rgb(184,148,1); }
H1.HeaderClassName
{
color: #B89401;
}
.AnyTagClassName
{
color: #B89401;
}
</style>
background-color css
<style>
a { background-color: #B89401; }
a { background-color: rgb(184,148,1); }
div.DivClassName
{
background-color: #B89401;
}
.BgClassName
{
background-color: #B89401;
}
</style>
border-color css
<style>
span { border-color: #B89401; }
span { border-color: rgb(184,148,1); }
td.TdClassName
{
border-color: #B89401;
}
.TagClassName
{
border-color: #B89401;
}
</style>