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