Shades of Dark Goldenrod #B19503
Tints of Dark Goldenrod #B19503
RGB
CMYK
RGB Variations
Color information
#B19503 (or 0xB19503) is known color: Dark Goldenrod. HEX triplet: B1, 95 and 03. RGB value is (177,149,3). Sum of RGB (Red+Green+Blue) = 177+149+3=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B19503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19503 is #4E6AFC. Grayscale: #8D8D8D. Windows color (decimal): -5139197 or 234929. OLE color: 234929.
HSL color Cylindrical-coordinate representation of color #B19503: hue angle of 50.34º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B19503 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 3 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.31 |
| HSL | 50.34º | 0.97% | 0.35% | - |
| HSV(B) | 50.34º | 0.98% | 0.69% | - |
| XYZ | 28.9 | 30.85 | 4.52 | - |
| YUV | 140.73 | 50.28 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 3 | 0 | 0.16 | 0.98 | 0.31 | 50.34 | 0.97 | 0.35 |
| Hex | B1 | 95 | 3 | 0 | 10 | 62 | 1F | 32 | 61 | 23 |
| Octal | 261 | 225 | 3 | 0 | 20 | 142 | 37 | 62 | 141 | 43 |
| Binary | 10110001 | 10010101 | 11 | 0 | 10000 | 1100010 | 11111 | 110010 | 1100001 | 100011 |
Color Harmonies of #B19503
Complementary color
Monochromatic Colors of #B19503
Black with #B19503
Text Example
Text Example
White with #B19503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19503; }
p { color: rgb(177,149,3); }
H1.HeaderClassName
{
color: #B19503;
}
.AnyTagClassName
{
color: #B19503;
}
</style>
background-color css
<style>
a { background-color: #B19503; }
a { background-color: rgb(177,149,3); }
div.DivClassName
{
background-color: #B19503;
}
.BgClassName
{
background-color: #B19503;
}
</style>
border-color css
<style>
span { border-color: #B19503; }
span { border-color: rgb(177,149,3); }
td.TdClassName
{
border-color: #B19503;
}
.TagClassName
{
border-color: #B19503;
}
</style>