Shades of Dark Goldenrod #B19601
Tints of Dark Goldenrod #B19601
RGB
CMYK
RGB Variations
Color information
#B19601 (or 0xB19601) is known color: Dark Goldenrod. HEX triplet: B1, 96 and 01. RGB value is (177,150,1). Sum of RGB (Red+Green+Blue) = 177+150+1=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B19601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19601 is #4E69FE. Grayscale: #8D8D8D. Windows color (decimal): -5138943 or 104113. OLE color: 104113.
HSL color Cylindrical-coordinate representation of color #B19601: hue angle of 50.8º 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 #B19601 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.31 |
| HSL | 50.8º | 0.99% | 0.35% | - |
| HSV(B) | 50.8º | 0.99% | 0.69% | - |
| XYZ | 29.04 | 31.16 | 4.51 | - |
| YUV | 141.09 | 48.95 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 1 | 0 | 0.15 | 0.99 | 0.31 | 50.8 | 0.99 | 0.35 |
| Hex | B1 | 96 | 1 | 0 | F | 63 | 1F | 33 | 63 | 23 |
| Octal | 261 | 226 | 1 | 0 | 17 | 143 | 37 | 63 | 143 | 43 |
| Binary | 10110001 | 10010110 | 1 | 0 | 1111 | 1100011 | 11111 | 110011 | 1100011 | 100011 |
Color Harmonies of #B19601
Complementary color
Monochromatic Colors of #B19601
Black with #B19601
Text Example
Text Example
White with #B19601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19601; }
p { color: rgb(177,150,1); }
H1.HeaderClassName
{
color: #B19601;
}
.AnyTagClassName
{
color: #B19601;
}
</style>
background-color css
<style>
a { background-color: #B19601; }
a { background-color: rgb(177,150,1); }
div.DivClassName
{
background-color: #B19601;
}
.BgClassName
{
background-color: #B19601;
}
</style>
border-color css
<style>
span { border-color: #B19601; }
span { border-color: rgb(177,150,1); }
td.TdClassName
{
border-color: #B19601;
}
.TagClassName
{
border-color: #B19601;
}
</style>