Shades of Dark Goldenrod #B19902
Tints of Dark Goldenrod #B19902
RGB
CMYK
RGB Variations
Color information
#B19902 (or 0xB19902) is known color: Dark Goldenrod. HEX triplet: B1, 99 and 02. RGB value is (177,153,2). Sum of RGB (Red+Green+Blue) = 177+153+2=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B19902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19902 is #4E66FD. Grayscale: #8F8F8F. Windows color (decimal): -5138174 or 170417. OLE color: 170417.
HSL color Cylindrical-coordinate representation of color #B19902: hue angle of 51.77º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B19902 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.31 |
| HSL | 51.77º | 0.98% | 0.35% | - |
| HSV(B) | 51.77º | 0.99% | 0.69% | - |
| XYZ | 29.53 | 32.13 | 4.7 | - |
| YUV | 142.96 | 48.45 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 2 | 0 | 0.14 | 0.99 | 0.31 | 51.77 | 0.98 | 0.35 |
| Hex | B1 | 99 | 2 | 0 | E | 63 | 1F | 34 | 62 | 23 |
| Octal | 261 | 231 | 2 | 0 | 16 | 143 | 37 | 64 | 142 | 43 |
| Binary | 10110001 | 10011001 | 10 | 0 | 1110 | 1100011 | 11111 | 110100 | 1100010 | 100011 |
Color Harmonies of #B19902
Complementary color
Monochromatic Colors of #B19902
Black with #B19902
Text Example
Text Example
White with #B19902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19902; }
p { color: rgb(177,153,2); }
H1.HeaderClassName
{
color: #B19902;
}
.AnyTagClassName
{
color: #B19902;
}
</style>
background-color css
<style>
a { background-color: #B19902; }
a { background-color: rgb(177,153,2); }
div.DivClassName
{
background-color: #B19902;
}
.BgClassName
{
background-color: #B19902;
}
</style>
border-color css
<style>
span { border-color: #B19902; }
span { border-color: rgb(177,153,2); }
td.TdClassName
{
border-color: #B19902;
}
.TagClassName
{
border-color: #B19902;
}
</style>