Shades of Dark Goldenrod #B19012
Tints of Dark Goldenrod #B19012
RGB
CMYK
RGB Variations
Color information
#B19012 (or 0xB19012) is known color: Dark Goldenrod. HEX triplet: B1, 90 and 12. RGB value is (177,144,18). Sum of RGB (Red+Green+Blue) = 177+144+18=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B19012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19012 is #4E6FED. Grayscale: #8C8C8C. Windows color (decimal): -5140462 or 1216689. OLE color: 1216689.
HSL color Cylindrical-coordinate representation of color #B19012: hue angle of 47.55º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B19012 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 18 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.31 |
| HSL | 47.55º | 0.82% | 0.38% | - |
| HSV(B) | 47.55º | 0.9% | 0.69% | - |
| XYZ | 28.21 | 29.34 | 4.75 | - |
| YUV | 139.5 | 59.43 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 18 | 0 | 0.19 | 0.90 | 0.31 | 47.55 | 0.82 | 0.38 |
| Hex | B1 | 90 | 12 | 0 | 13 | 5A | 1F | 30 | 52 | 26 |
| Octal | 261 | 220 | 22 | 0 | 23 | 132 | 37 | 60 | 122 | 46 |
| Binary | 10110001 | 10010000 | 10010 | 0 | 10011 | 1011010 | 11111 | 110000 | 1010010 | 100110 |
Color Harmonies of #B19012
Complementary color
Monochromatic Colors of #B19012
Black with #B19012
Text Example
Text Example
White with #B19012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19012; }
p { color: rgb(177,144,18); }
H1.HeaderClassName
{
color: #B19012;
}
.AnyTagClassName
{
color: #B19012;
}
</style>
background-color css
<style>
a { background-color: #B19012; }
a { background-color: rgb(177,144,18); }
div.DivClassName
{
background-color: #B19012;
}
.BgClassName
{
background-color: #B19012;
}
</style>
border-color css
<style>
span { border-color: #B19012; }
span { border-color: rgb(177,144,18); }
td.TdClassName
{
border-color: #B19012;
}
.TagClassName
{
border-color: #B19012;
}
</style>