Shades of Dark Goldenrod #B19110
Tints of Dark Goldenrod #B19110
RGB
CMYK
RGB Variations
Color information
#B19110 (or 0xB19110) is known color: Dark Goldenrod. HEX triplet: B1, 91 and 10. RGB value is (177,145,16). Sum of RGB (Red+Green+Blue) = 177+145+16=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B19110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19110 is #4E6EEF. Grayscale: #8C8C8C. Windows color (decimal): -5140208 or 1085873. OLE color: 1085873.
HSL color Cylindrical-coordinate representation of color #B19110: hue angle of 48.07º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B19110 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 16 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.31 |
| HSL | 48.07º | 0.83% | 0.38% | - |
| HSV(B) | 48.07º | 0.91% | 0.69% | - |
| XYZ | 28.35 | 29.64 | 4.72 | - |
| YUV | 139.86 | 58.1 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 16 | 0 | 0.18 | 0.91 | 0.31 | 48.07 | 0.83 | 0.38 |
| Hex | B1 | 91 | 10 | 0 | 12 | 5B | 1F | 30 | 53 | 26 |
| Octal | 261 | 221 | 20 | 0 | 22 | 133 | 37 | 60 | 123 | 46 |
| Binary | 10110001 | 10010001 | 10000 | 0 | 10010 | 1011011 | 11111 | 110000 | 1010011 | 100110 |
Color Harmonies of #B19110
Complementary color
Monochromatic Colors of #B19110
Black with #B19110
Text Example
Text Example
White with #B19110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19110; }
p { color: rgb(177,145,16); }
H1.HeaderClassName
{
color: #B19110;
}
.AnyTagClassName
{
color: #B19110;
}
</style>
background-color css
<style>
a { background-color: #B19110; }
a { background-color: rgb(177,145,16); }
div.DivClassName
{
background-color: #B19110;
}
.BgClassName
{
background-color: #B19110;
}
</style>
border-color css
<style>
span { border-color: #B19110; }
span { border-color: rgb(177,145,16); }
td.TdClassName
{
border-color: #B19110;
}
.TagClassName
{
border-color: #B19110;
}
</style>