Shades of Dark Goldenrod #B19409
Tints of Dark Goldenrod #B19409
RGB
CMYK
RGB Variations
Color information
#B19409 (or 0xB19409) is known color: Dark Goldenrod. HEX triplet: B1, 94 and 09. RGB value is (177,148,9). Sum of RGB (Red+Green+Blue) = 177+148+9=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B19409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19409 is #4E6BF6. Grayscale: #8D8D8D. Windows color (decimal): -5139447 or 627889. OLE color: 627889.
HSL color Cylindrical-coordinate representation of color #B19409: hue angle of 49.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B19409 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 9 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.31 |
| HSL | 49.64º | 0.9% | 0.36% | - |
| HSV(B) | 49.64º | 0.95% | 0.69% | - |
| XYZ | 28.77 | 30.55 | 4.64 | - |
| YUV | 140.83 | 53.61 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 9 | 0 | 0.16 | 0.95 | 0.31 | 49.64 | 0.9 | 0.36 |
| Hex | B1 | 94 | 9 | 0 | 10 | 5F | 1F | 32 | 5A | 24 |
| Octal | 261 | 224 | 11 | 0 | 20 | 137 | 37 | 62 | 132 | 44 |
| Binary | 10110001 | 10010100 | 1001 | 0 | 10000 | 1011111 | 11111 | 110010 | 1011010 | 100100 |
Color Harmonies of #B19409
Complementary color
Monochromatic Colors of #B19409
Black with #B19409
Text Example
Text Example
White with #B19409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19409; }
p { color: rgb(177,148,9); }
H1.HeaderClassName
{
color: #B19409;
}
.AnyTagClassName
{
color: #B19409;
}
</style>
background-color css
<style>
a { background-color: #B19409; }
a { background-color: rgb(177,148,9); }
div.DivClassName
{
background-color: #B19409;
}
.BgClassName
{
background-color: #B19409;
}
</style>
border-color css
<style>
span { border-color: #B19409; }
span { border-color: rgb(177,148,9); }
td.TdClassName
{
border-color: #B19409;
}
.TagClassName
{
border-color: #B19409;
}
</style>