Shades of Dark Goldenrod #B19206
Tints of Dark Goldenrod #B19206
RGB
CMYK
RGB Variations
Color information
#B19206 (or 0xB19206) is known color: Dark Goldenrod. HEX triplet: B1, 92 and 06. RGB value is (177,146,6). Sum of RGB (Red+Green+Blue) = 177+146+6=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B19206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19206 is #4E6DF9. Grayscale: #8B8B8B. Windows color (decimal): -5139962 or 430769. OLE color: 430769.
HSL color Cylindrical-coordinate representation of color #B19206: hue angle of 49.12º degrees, saturation: 0.93, 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 #B19206 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 6 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.31 |
| HSL | 49.12º | 0.93% | 0.36% | - |
| HSV(B) | 49.12º | 0.97% | 0.69% | - |
| XYZ | 28.44 | 29.92 | 4.45 | - |
| YUV | 139.31 | 52.77 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 6 | 0 | 0.18 | 0.97 | 0.31 | 49.12 | 0.93 | 0.36 |
| Hex | B1 | 92 | 6 | 0 | 12 | 61 | 1F | 31 | 5D | 24 |
| Octal | 261 | 222 | 6 | 0 | 22 | 141 | 37 | 61 | 135 | 44 |
| Binary | 10110001 | 10010010 | 110 | 0 | 10010 | 1100001 | 11111 | 110001 | 1011101 | 100100 |
Color Harmonies of #B19206
Complementary color
Monochromatic Colors of #B19206
Black with #B19206
Text Example
Text Example
White with #B19206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19206; }
p { color: rgb(177,146,6); }
H1.HeaderClassName
{
color: #B19206;
}
.AnyTagClassName
{
color: #B19206;
}
</style>
background-color css
<style>
a { background-color: #B19206; }
a { background-color: rgb(177,146,6); }
div.DivClassName
{
background-color: #B19206;
}
.BgClassName
{
background-color: #B19206;
}
</style>
border-color css
<style>
span { border-color: #B19206; }
span { border-color: rgb(177,146,6); }
td.TdClassName
{
border-color: #B19206;
}
.TagClassName
{
border-color: #B19206;
}
</style>