Shades of Dark Goldenrod #B69012
Tints of Dark Goldenrod #B69012
RGB
CMYK
RGB Variations
Color information
#B69012 (or 0xB69012) is known color: Dark Goldenrod. HEX triplet: B6, 90 and 12. RGB value is (182,144,18). Sum of RGB (Red+Green+Blue) = 182+144+18=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B69012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69012 is #496FED. Grayscale: #8D8D8D. Windows color (decimal): -4812782 or 1216694. OLE color: 1216694.
HSL color Cylindrical-coordinate representation of color #B69012: hue angle of 46.1º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B69012 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 144 | 18 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.29 |
| HSL | 46.1º | 0.82% | 0.39% | - |
| HSV(B) | 46.1º | 0.9% | 0.71% | - |
| XYZ | 29.37 | 29.94 | 4.8 | - |
| YUV | 141 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 18 | 0 | 0.21 | 0.90 | 0.29 | 46.1 | 0.82 | 0.39 |
| Hex | B6 | 90 | 12 | 0 | 15 | 5A | 1D | 2E | 52 | 27 |
| Octal | 266 | 220 | 22 | 0 | 25 | 132 | 35 | 56 | 122 | 47 |
| Binary | 10110110 | 10010000 | 10010 | 0 | 10101 | 1011010 | 11101 | 101110 | 1010010 | 100111 |
Color Harmonies of #B69012
Complementary color
Monochromatic Colors of #B69012
Black with #B69012
Text Example
Text Example
White with #B69012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69012; }
p { color: rgb(182,144,18); }
H1.HeaderClassName
{
color: #B69012;
}
.AnyTagClassName
{
color: #B69012;
}
</style>
background-color css
<style>
a { background-color: #B69012; }
a { background-color: rgb(182,144,18); }
div.DivClassName
{
background-color: #B69012;
}
.BgClassName
{
background-color: #B69012;
}
</style>
border-color css
<style>
span { border-color: #B69012; }
span { border-color: rgb(182,144,18); }
td.TdClassName
{
border-color: #B69012;
}
.TagClassName
{
border-color: #B69012;
}
</style>