Shades of Dark Goldenrod #B88801
Tints of Dark Goldenrod #B88801
RGB
CMYK
RGB Variations
Color information
#B88801 (or 0xB88801) is known color: Dark Goldenrod. HEX triplet: B8, 88 and 01. RGB value is (184,136,1). Sum of RGB (Red+Green+Blue) = 184+136+1=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B88801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88801 is #4777FE. Grayscale: #878787. Windows color (decimal): -4683775 or 100536. OLE color: 100536.
HSL color Cylindrical-coordinate representation of color #B88801: hue angle of 44.26º 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 #B88801 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 1 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.28 |
| HSL | 44.26º | 0.99% | 0.36% | - |
| HSV(B) | 44.26º | 0.99% | 0.72% | - |
| XYZ | 28.58 | 27.8 | 3.89 | - |
| YUV | 134.96 | 52.4 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 1 | 0 | 0.26 | 0.99 | 0.28 | 44.26 | 0.99 | 0.36 |
| Hex | B8 | 88 | 1 | 0 | 1A | 63 | 1C | 2C | 63 | 24 |
| Octal | 270 | 210 | 1 | 0 | 32 | 143 | 34 | 54 | 143 | 44 |
| Binary | 10111000 | 10001000 | 1 | 0 | 11010 | 1100011 | 11100 | 101100 | 1100011 | 100100 |
Color Harmonies of #B88801
Complementary color
Monochromatic Colors of #B88801
Black with #B88801
Text Example
Text Example
White with #B88801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88801; }
p { color: rgb(184,136,1); }
H1.HeaderClassName
{
color: #B88801;
}
.AnyTagClassName
{
color: #B88801;
}
</style>
background-color css
<style>
a { background-color: #B88801; }
a { background-color: rgb(184,136,1); }
div.DivClassName
{
background-color: #B88801;
}
.BgClassName
{
background-color: #B88801;
}
</style>
border-color css
<style>
span { border-color: #B88801; }
span { border-color: rgb(184,136,1); }
td.TdClassName
{
border-color: #B88801;
}
.TagClassName
{
border-color: #B88801;
}
</style>