Shades of Dark Goldenrod #B19401
Tints of Dark Goldenrod #B19401
RGB
CMYK
RGB Variations
Color information
#B19401 (or 0xB19401) is known color: Dark Goldenrod. HEX triplet: B1, 94 and 01. RGB value is (177,148,1). Sum of RGB (Red+Green+Blue) = 177+148+1=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B19401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19401 is #4E6BFE. Grayscale: #8C8C8C. Windows color (decimal): -5139455 or 103601. OLE color: 103601.
HSL color Cylindrical-coordinate representation of color #B19401: hue angle of 50.11º 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 #B19401 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.31 |
| HSL | 50.11º | 0.99% | 0.35% | - |
| HSV(B) | 50.11º | 0.99% | 0.69% | - |
| XYZ | 28.73 | 30.53 | 4.41 | - |
| YUV | 139.91 | 49.61 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 1 | 0 | 0.16 | 0.99 | 0.31 | 50.11 | 0.99 | 0.35 |
| Hex | B1 | 94 | 1 | 0 | 10 | 63 | 1F | 32 | 63 | 23 |
| Octal | 261 | 224 | 1 | 0 | 20 | 143 | 37 | 62 | 143 | 43 |
| Binary | 10110001 | 10010100 | 1 | 0 | 10000 | 1100011 | 11111 | 110010 | 1100011 | 100011 |
Color Harmonies of #B19401
Complementary color
Monochromatic Colors of #B19401
Black with #B19401
Text Example
Text Example
White with #B19401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19401; }
p { color: rgb(177,148,1); }
H1.HeaderClassName
{
color: #B19401;
}
.AnyTagClassName
{
color: #B19401;
}
</style>
background-color css
<style>
a { background-color: #B19401; }
a { background-color: rgb(177,148,1); }
div.DivClassName
{
background-color: #B19401;
}
.BgClassName
{
background-color: #B19401;
}
</style>
border-color css
<style>
span { border-color: #B19401; }
span { border-color: rgb(177,148,1); }
td.TdClassName
{
border-color: #B19401;
}
.TagClassName
{
border-color: #B19401;
}
</style>