Shades of Dark Goldenrod #B19A00
Tints of Dark Goldenrod #B19A00
RGB
CMYK
RGB Variations
Color information
#B19A00 (or 0xB19A00) is known color: Dark Goldenrod. HEX triplet: B1, 9A and 00. RGB value is (177,154,0). Sum of RGB (Red+Green+Blue) = 177+154+0=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19A00 is #4E65FF. Grayscale: #8F8F8F. Windows color (decimal): -5137920 or 39601. OLE color: 39601.
HSL color Cylindrical-coordinate representation of color #B19A00: hue angle of 52.2º 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 #B19A00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.31 |
| HSL | 52.2º | 1% | 0.35% | - |
| HSV(B) | 52.2º | 1% | 0.69% | - |
| XYZ | 29.69 | 32.46 | 4.7 | - |
| YUV | 143.32 | 47.12 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 0 | 0 | 0.13 | 1 | 0.31 | 52.2 | 1 | 0.35 |
| Hex | B1 | 9A | 0 | 0 | D | 64 | 1F | 34 | 64 | 23 |
| Octal | 261 | 232 | 0 | 0 | 15 | 144 | 37 | 64 | 144 | 43 |
| Binary | 10110001 | 10011010 | 0 | 0 | 1101 | 1100100 | 11111 | 110100 | 1100100 | 100011 |
Color Harmonies of #B19A00
Complementary color
Monochromatic Colors of #B19A00
Black with #B19A00
Text Example
Text Example
White with #B19A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A00; }
p { color: rgb(177,154,0); }
H1.HeaderClassName
{
color: #B19A00;
}
.AnyTagClassName
{
color: #B19A00;
}
</style>
background-color css
<style>
a { background-color: #B19A00; }
a { background-color: rgb(177,154,0); }
div.DivClassName
{
background-color: #B19A00;
}
.BgClassName
{
background-color: #B19A00;
}
</style>
border-color css
<style>
span { border-color: #B19A00; }
span { border-color: rgb(177,154,0); }
td.TdClassName
{
border-color: #B19A00;
}
.TagClassName
{
border-color: #B19A00;
}
</style>