Shades of Dark Goldenrod #B88901
Tints of Dark Goldenrod #B88901
RGB
CMYK
RGB Variations
Color information
#B88901 (or 0xB88901) is known color: Dark Goldenrod. HEX triplet: B8, 89 and 01. RGB value is (184,137,1). Sum of RGB (Red+Green+Blue) = 184+137+1=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B88901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88901 is #4776FE. Grayscale: #888888. Windows color (decimal): -4683519 or 100792. OLE color: 100792.
HSL color Cylindrical-coordinate representation of color #B88901: hue angle of 44.59º 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 #B88901 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 1 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.28 |
| HSL | 44.59º | 0.99% | 0.36% | - |
| HSV(B) | 44.59º | 0.99% | 0.72% | - |
| XYZ | 28.72 | 28.08 | 3.94 | - |
| YUV | 135.55 | 52.07 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 1 | 0 | 0.26 | 0.99 | 0.28 | 44.59 | 0.99 | 0.36 |
| Hex | B8 | 89 | 1 | 0 | 1A | 63 | 1C | 2D | 63 | 24 |
| Octal | 270 | 211 | 1 | 0 | 32 | 143 | 34 | 55 | 143 | 44 |
| Binary | 10111000 | 10001001 | 1 | 0 | 11010 | 1100011 | 11100 | 101101 | 1100011 | 100100 |
Color Harmonies of #B88901
Complementary color
Monochromatic Colors of #B88901
Black with #B88901
Text Example
Text Example
White with #B88901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88901; }
p { color: rgb(184,137,1); }
H1.HeaderClassName
{
color: #B88901;
}
.AnyTagClassName
{
color: #B88901;
}
</style>
background-color css
<style>
a { background-color: #B88901; }
a { background-color: rgb(184,137,1); }
div.DivClassName
{
background-color: #B88901;
}
.BgClassName
{
background-color: #B88901;
}
</style>
border-color css
<style>
span { border-color: #B88901; }
span { border-color: rgb(184,137,1); }
td.TdClassName
{
border-color: #B88901;
}
.TagClassName
{
border-color: #B88901;
}
</style>