Shades of Dark Goldenrod #B79012
Tints of Dark Goldenrod #B79012
RGB
CMYK
RGB Variations
Color information
#B79012 (or 0xB79012) is known color: Dark Goldenrod. HEX triplet: B7, 90 and 12. RGB value is (183,144,18). Sum of RGB (Red+Green+Blue) = 183+144+18=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B79012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79012 is #486FED. Grayscale: #8D8D8D. Windows color (decimal): -4747246 or 1216695. OLE color: 1216695.
HSL color Cylindrical-coordinate representation of color #B79012: hue angle of 45.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B79012 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 144 | 18 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.28 |
| HSL | 45.82º | 0.82% | 0.39% | - |
| HSV(B) | 45.82º | 0.9% | 0.72% | - |
| XYZ | 29.61 | 30.06 | 4.81 | - |
| YUV | 141.3 | 58.42 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 18 | 0 | 0.21 | 0.90 | 0.28 | 45.82 | 0.82 | 0.39 |
| Hex | B7 | 90 | 12 | 0 | 15 | 5A | 1C | 2E | 52 | 27 |
| Octal | 267 | 220 | 22 | 0 | 25 | 132 | 34 | 56 | 122 | 47 |
| Binary | 10110111 | 10010000 | 10010 | 0 | 10101 | 1011010 | 11100 | 101110 | 1010010 | 100111 |
Color Harmonies of #B79012
Complementary color
Monochromatic Colors of #B79012
Black with #B79012
Text Example
Text Example
White with #B79012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79012; }
p { color: rgb(183,144,18); }
H1.HeaderClassName
{
color: #B79012;
}
.AnyTagClassName
{
color: #B79012;
}
</style>
background-color css
<style>
a { background-color: #B79012; }
a { background-color: rgb(183,144,18); }
div.DivClassName
{
background-color: #B79012;
}
.BgClassName
{
background-color: #B79012;
}
</style>
border-color css
<style>
span { border-color: #B79012; }
span { border-color: rgb(183,144,18); }
td.TdClassName
{
border-color: #B79012;
}
.TagClassName
{
border-color: #B79012;
}
</style>