Shades of Dark Goldenrod #B19101
Tints of Dark Goldenrod #B19101
RGB
CMYK
RGB Variations
Color information
#B19101 (or 0xB19101) is known color: Dark Goldenrod. HEX triplet: B1, 91 and 01. RGB value is (177,145,1). Sum of RGB (Red+Green+Blue) = 177+145+1=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B19101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19101 is #4E6EFE. Grayscale: #8A8A8A. Windows color (decimal): -5140223 or 102833. OLE color: 102833.
HSL color Cylindrical-coordinate representation of color #B19101: hue angle of 49.09º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B19101 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.31 |
| HSL | 49.09º | 0.99% | 0.35% | - |
| HSV(B) | 49.09º | 0.99% | 0.69% | - |
| XYZ | 28.26 | 29.6 | 4.25 | - |
| YUV | 138.15 | 50.6 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 1 | 0 | 0.18 | 0.99 | 0.31 | 49.09 | 0.99 | 0.35 |
| Hex | B1 | 91 | 1 | 0 | 12 | 63 | 1F | 31 | 63 | 23 |
| Octal | 261 | 221 | 1 | 0 | 22 | 143 | 37 | 61 | 143 | 43 |
| Binary | 10110001 | 10010001 | 1 | 0 | 10010 | 1100011 | 11111 | 110001 | 1100011 | 100011 |
Color Harmonies of #B19101
Complementary color
Monochromatic Colors of #B19101
Black with #B19101
Text Example
Text Example
White with #B19101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19101; }
p { color: rgb(177,145,1); }
H1.HeaderClassName
{
color: #B19101;
}
.AnyTagClassName
{
color: #B19101;
}
</style>
background-color css
<style>
a { background-color: #B19101; }
a { background-color: rgb(177,145,1); }
div.DivClassName
{
background-color: #B19101;
}
.BgClassName
{
background-color: #B19101;
}
</style>
border-color css
<style>
span { border-color: #B19101; }
span { border-color: rgb(177,145,1); }
td.TdClassName
{
border-color: #B19101;
}
.TagClassName
{
border-color: #B19101;
}
</style>