Shades of Dark Goldenrod #B99101
Tints of Dark Goldenrod #B99101
RGB
CMYK
RGB Variations
Color information
#B99101 (or 0xB99101) is known color: Dark Goldenrod. HEX triplet: B9, 91 and 01. RGB value is (185,145,1). Sum of RGB (Red+Green+Blue) = 185+145+1=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B99101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99101 is #466EFE. Grayscale: #8D8D8D. Windows color (decimal): -4615935 or 102841. OLE color: 102841.
HSL color Cylindrical-coordinate representation of color #B99101: hue angle of 46.96º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B99101 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.27 |
| HSL | 46.96º | 0.99% | 0.36% | - |
| HSV(B) | 46.96º | 0.99% | 0.73% | - |
| XYZ | 30.14 | 30.57 | 4.34 | - |
| YUV | 140.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 1 | 0 | 0.22 | 0.99 | 0.27 | 46.96 | 0.99 | 0.36 |
| Hex | B9 | 91 | 1 | 0 | 16 | 63 | 1B | 2F | 63 | 24 |
| Octal | 271 | 221 | 1 | 0 | 26 | 143 | 33 | 57 | 143 | 44 |
| Binary | 10111001 | 10010001 | 1 | 0 | 10110 | 1100011 | 11011 | 101111 | 1100011 | 100100 |
Color Harmonies of #B99101
Complementary color
Monochromatic Colors of #B99101
Black with #B99101
Text Example
Text Example
White with #B99101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99101; }
p { color: rgb(185,145,1); }
H1.HeaderClassName
{
color: #B99101;
}
.AnyTagClassName
{
color: #B99101;
}
</style>
background-color css
<style>
a { background-color: #B99101; }
a { background-color: rgb(185,145,1); }
div.DivClassName
{
background-color: #B99101;
}
.BgClassName
{
background-color: #B99101;
}
</style>
border-color css
<style>
span { border-color: #B99101; }
span { border-color: rgb(185,145,1); }
td.TdClassName
{
border-color: #B99101;
}
.TagClassName
{
border-color: #B99101;
}
</style>