Shades of Dark Goldenrod #B19900
Tints of Dark Goldenrod #B19900
RGB
CMYK
RGB Variations
Color information
#B19900 (or 0xB19900) is known color: Dark Goldenrod. HEX triplet: B1, 99 and 00. RGB value is (177,153,0). Sum of RGB (Red+Green+Blue) = 177+153+0=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B19900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19900 is #4E66FF. Grayscale: #8F8F8F. Windows color (decimal): -5138176 or 39345. OLE color: 39345.
HSL color Cylindrical-coordinate representation of color #B19900: hue angle of 51.86º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B19900 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.31 |
| HSL | 51.86º | 1% | 0.35% | - |
| HSV(B) | 51.86º | 1% | 0.69% | - |
| XYZ | 29.52 | 32.13 | 4.65 | - |
| YUV | 142.73 | 47.45 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 0 | 0 | 0.14 | 1 | 0.31 | 51.86 | 1 | 0.35 |
| Hex | B1 | 99 | 0 | 0 | E | 64 | 1F | 34 | 64 | 23 |
| Octal | 261 | 231 | 0 | 0 | 16 | 144 | 37 | 64 | 144 | 43 |
| Binary | 10110001 | 10011001 | 0 | 0 | 1110 | 1100100 | 11111 | 110100 | 1100100 | 100011 |
Color Harmonies of #B19900
Complementary color
Monochromatic Colors of #B19900
Black with #B19900
Text Example
Text Example
White with #B19900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19900; }
p { color: rgb(177,153,0); }
H1.HeaderClassName
{
color: #B19900;
}
.AnyTagClassName
{
color: #B19900;
}
</style>
background-color css
<style>
a { background-color: #B19900; }
a { background-color: rgb(177,153,0); }
div.DivClassName
{
background-color: #B19900;
}
.BgClassName
{
background-color: #B19900;
}
</style>
border-color css
<style>
span { border-color: #B19900; }
span { border-color: rgb(177,153,0); }
td.TdClassName
{
border-color: #B19900;
}
.TagClassName
{
border-color: #B19900;
}
</style>