Shades of Dark Goldenrod #B19805
Tints of Dark Goldenrod #B19805
RGB
CMYK
RGB Variations
Color information
#B19805 (or 0xB19805) is known color: Dark Goldenrod. HEX triplet: B1, 98 and 05. RGB value is (177,152,5). Sum of RGB (Red+Green+Blue) = 177+152+5=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B19805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19805 is #4E67FA. Grayscale: #8F8F8F. Windows color (decimal): -5138427 or 366769. OLE color: 366769.
HSL color Cylindrical-coordinate representation of color #B19805: hue angle of 51.28º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B19805 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 5 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.31 |
| HSL | 51.28º | 0.95% | 0.36% | - |
| HSV(B) | 51.28º | 0.97% | 0.69% | - |
| XYZ | 29.39 | 31.81 | 4.74 | - |
| YUV | 142.72 | 50.28 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 5 | 0 | 0.14 | 0.97 | 0.31 | 51.28 | 0.95 | 0.36 |
| Hex | B1 | 98 | 5 | 0 | E | 61 | 1F | 33 | 5F | 24 |
| Octal | 261 | 230 | 5 | 0 | 16 | 141 | 37 | 63 | 137 | 44 |
| Binary | 10110001 | 10011000 | 101 | 0 | 1110 | 1100001 | 11111 | 110011 | 1011111 | 100100 |
Color Harmonies of #B19805
Complementary color
Monochromatic Colors of #B19805
Black with #B19805
Text Example
Text Example
White with #B19805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19805; }
p { color: rgb(177,152,5); }
H1.HeaderClassName
{
color: #B19805;
}
.AnyTagClassName
{
color: #B19805;
}
</style>
background-color css
<style>
a { background-color: #B19805; }
a { background-color: rgb(177,152,5); }
div.DivClassName
{
background-color: #B19805;
}
.BgClassName
{
background-color: #B19805;
}
</style>
border-color css
<style>
span { border-color: #B19805; }
span { border-color: rgb(177,152,5); }
td.TdClassName
{
border-color: #B19805;
}
.TagClassName
{
border-color: #B19805;
}
</style>