Shades of Dark Goldenrod #B89701
Tints of Dark Goldenrod #B89701
RGB
CMYK
RGB Variations
Color information
#B89701 (or 0xB89701) is known color: Dark Goldenrod. HEX triplet: B8, 97 and 01. RGB value is (184,151,1). Sum of RGB (Red+Green+Blue) = 184+151+1=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B89701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89701 is #4768FE. Grayscale: #909090. Windows color (decimal): -4679935 or 104376. OLE color: 104376.
HSL color Cylindrical-coordinate representation of color #B89701: hue angle of 49.18º 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 #B89701 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.28 |
| HSL | 49.18º | 0.99% | 0.36% | - |
| HSV(B) | 49.18º | 0.99% | 0.72% | - |
| XYZ | 30.84 | 32.33 | 4.64 | - |
| YUV | 143.77 | 47.43 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 1 | 0 | 0.18 | 0.99 | 0.28 | 49.18 | 0.99 | 0.36 |
| Hex | B8 | 97 | 1 | 0 | 12 | 63 | 1C | 31 | 63 | 24 |
| Octal | 270 | 227 | 1 | 0 | 22 | 143 | 34 | 61 | 143 | 44 |
| Binary | 10111000 | 10010111 | 1 | 0 | 10010 | 1100011 | 11100 | 110001 | 1100011 | 100100 |
Color Harmonies of #B89701
Complementary color
Monochromatic Colors of #B89701
Black with #B89701
Text Example
Text Example
White with #B89701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89701; }
p { color: rgb(184,151,1); }
H1.HeaderClassName
{
color: #B89701;
}
.AnyTagClassName
{
color: #B89701;
}
</style>
background-color css
<style>
a { background-color: #B89701; }
a { background-color: rgb(184,151,1); }
div.DivClassName
{
background-color: #B89701;
}
.BgClassName
{
background-color: #B89701;
}
</style>
border-color css
<style>
span { border-color: #B89701; }
span { border-color: rgb(184,151,1); }
td.TdClassName
{
border-color: #B89701;
}
.TagClassName
{
border-color: #B89701;
}
</style>