Shades of Dark Goldenrod #B19901
Tints of Dark Goldenrod #B19901
RGB
CMYK
RGB Variations
Color information
#B19901 (or 0xB19901) is known color: Dark Goldenrod. HEX triplet: B1, 99 and 01. RGB value is (177,153,1). Sum of RGB (Red+Green+Blue) = 177+153+1=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B19901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19901 is #4E66FE. Grayscale: #8F8F8F. Windows color (decimal): -5138175 or 104881. OLE color: 104881.
HSL color Cylindrical-coordinate representation of color #B19901: hue angle of 51.82º 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 #B19901 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.31 |
| HSL | 51.82º | 0.99% | 0.35% | - |
| HSV(B) | 51.82º | 0.99% | 0.69% | - |
| XYZ | 29.53 | 32.13 | 4.67 | - |
| YUV | 142.85 | 47.95 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 1 | 0 | 0.14 | 0.99 | 0.31 | 51.82 | 0.99 | 0.35 |
| Hex | B1 | 99 | 1 | 0 | E | 63 | 1F | 34 | 63 | 23 |
| Octal | 261 | 231 | 1 | 0 | 16 | 143 | 37 | 64 | 143 | 43 |
| Binary | 10110001 | 10011001 | 1 | 0 | 1110 | 1100011 | 11111 | 110100 | 1100011 | 100011 |
Color Harmonies of #B19901
Complementary color
Monochromatic Colors of #B19901
Black with #B19901
Text Example
Text Example
White with #B19901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19901; }
p { color: rgb(177,153,1); }
H1.HeaderClassName
{
color: #B19901;
}
.AnyTagClassName
{
color: #B19901;
}
</style>
background-color css
<style>
a { background-color: #B19901; }
a { background-color: rgb(177,153,1); }
div.DivClassName
{
background-color: #B19901;
}
.BgClassName
{
background-color: #B19901;
}
</style>
border-color css
<style>
span { border-color: #B19901; }
span { border-color: rgb(177,153,1); }
td.TdClassName
{
border-color: #B19901;
}
.TagClassName
{
border-color: #B19901;
}
</style>