Shades of Dark Goldenrod #B19603
Tints of Dark Goldenrod #B19603
RGB
CMYK
RGB Variations
Color information
#B19603 (or 0xB19603) is known color: Dark Goldenrod. HEX triplet: B1, 96 and 03. RGB value is (177,150,3). Sum of RGB (Red+Green+Blue) = 177+150+3=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B19603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19603 is #4E69FC. Grayscale: #8D8D8D. Windows color (decimal): -5138941 or 235185. OLE color: 235185.
HSL color Cylindrical-coordinate representation of color #B19603: hue angle of 50.69º 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 #B19603 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.31 |
| HSL | 50.69º | 0.97% | 0.35% | - |
| HSV(B) | 50.69º | 0.98% | 0.69% | - |
| XYZ | 29.05 | 31.17 | 4.57 | - |
| YUV | 141.32 | 49.95 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 3 | 0 | 0.15 | 0.98 | 0.31 | 50.69 | 0.97 | 0.35 |
| Hex | B1 | 96 | 3 | 0 | F | 62 | 1F | 33 | 61 | 23 |
| Octal | 261 | 226 | 3 | 0 | 17 | 142 | 37 | 63 | 141 | 43 |
| Binary | 10110001 | 10010110 | 11 | 0 | 1111 | 1100010 | 11111 | 110011 | 1100001 | 100011 |
Color Harmonies of #B19603
Complementary color
Monochromatic Colors of #B19603
Black with #B19603
Text Example
Text Example
White with #B19603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19603; }
p { color: rgb(177,150,3); }
H1.HeaderClassName
{
color: #B19603;
}
.AnyTagClassName
{
color: #B19603;
}
</style>
background-color css
<style>
a { background-color: #B19603; }
a { background-color: rgb(177,150,3); }
div.DivClassName
{
background-color: #B19603;
}
.BgClassName
{
background-color: #B19603;
}
</style>
border-color css
<style>
span { border-color: #B19603; }
span { border-color: rgb(177,150,3); }
td.TdClassName
{
border-color: #B19603;
}
.TagClassName
{
border-color: #B19603;
}
</style>