Shades of Dark Goldenrod #B19111
Tints of Dark Goldenrod #B19111
RGB
CMYK
RGB Variations
Color information
#B19111 (or 0xB19111) is known color: Dark Goldenrod. HEX triplet: B1, 91 and 11. RGB value is (177,145,17). Sum of RGB (Red+Green+Blue) = 177+145+17=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B19111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19111 is #4E6EEE. Grayscale: #8C8C8C. Windows color (decimal): -5140207 or 1151409. OLE color: 1151409.
HSL color Cylindrical-coordinate representation of color #B19111: hue angle of 48º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B19111 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 17 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.31 |
| HSL | 48º | 0.82% | 0.38% | - |
| HSV(B) | 48º | 0.9% | 0.69% | - |
| XYZ | 28.36 | 29.64 | 4.76 | - |
| YUV | 139.98 | 58.6 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 17 | 0 | 0.18 | 0.90 | 0.31 | 48 | 0.82 | 0.38 |
| Hex | B1 | 91 | 11 | 0 | 12 | 5A | 1F | 30 | 52 | 26 |
| Octal | 261 | 221 | 21 | 0 | 22 | 132 | 37 | 60 | 122 | 46 |
| Binary | 10110001 | 10010001 | 10001 | 0 | 10010 | 1011010 | 11111 | 110000 | 1010010 | 100110 |
Color Harmonies of #B19111
Complementary color
Monochromatic Colors of #B19111
Black with #B19111
Text Example
Text Example
White with #B19111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19111; }
p { color: rgb(177,145,17); }
H1.HeaderClassName
{
color: #B19111;
}
.AnyTagClassName
{
color: #B19111;
}
</style>
background-color css
<style>
a { background-color: #B19111; }
a { background-color: rgb(177,145,17); }
div.DivClassName
{
background-color: #B19111;
}
.BgClassName
{
background-color: #B19111;
}
</style>
border-color css
<style>
span { border-color: #B19111; }
span { border-color: rgb(177,145,17); }
td.TdClassName
{
border-color: #B19111;
}
.TagClassName
{
border-color: #B19111;
}
</style>