Shades of Dark Goldenrod #B79013
Tints of Dark Goldenrod #B79013
RGB
CMYK
RGB Variations
Color information
#B79013 (or 0xB79013) is known color: Dark Goldenrod. HEX triplet: B7, 90 and 13. RGB value is (183,144,19). Sum of RGB (Red+Green+Blue) = 183+144+19=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B79013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79013 is #486FEC. Grayscale: #8D8D8D. Windows color (decimal): -4747245 or 1282231. OLE color: 1282231.
HSL color Cylindrical-coordinate representation of color #B79013: hue angle of 45.73º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B79013 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 144 | 19 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.28 |
| HSL | 45.73º | 0.81% | 0.4% | - |
| HSV(B) | 45.73º | 0.9% | 0.72% | - |
| XYZ | 29.62 | 30.06 | 4.86 | - |
| YUV | 141.41 | 58.92 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 19 | 0 | 0.21 | 0.90 | 0.28 | 45.73 | 0.81 | 0.4 |
| Hex | B7 | 90 | 13 | 0 | 15 | 5A | 1C | 2E | 51 | 28 |
| Octal | 267 | 220 | 23 | 0 | 25 | 132 | 34 | 56 | 121 | 50 |
| Binary | 10110111 | 10010000 | 10011 | 0 | 10101 | 1011010 | 11100 | 101110 | 1010001 | 101000 |
Color Harmonies of #B79013
Complementary color
Monochromatic Colors of #B79013
Black with #B79013
Text Example
Text Example
White with #B79013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79013; }
p { color: rgb(183,144,19); }
H1.HeaderClassName
{
color: #B79013;
}
.AnyTagClassName
{
color: #B79013;
}
</style>
background-color css
<style>
a { background-color: #B79013; }
a { background-color: rgb(183,144,19); }
div.DivClassName
{
background-color: #B79013;
}
.BgClassName
{
background-color: #B79013;
}
</style>
border-color css
<style>
span { border-color: #B79013; }
span { border-color: rgb(183,144,19); }
td.TdClassName
{
border-color: #B79013;
}
.TagClassName
{
border-color: #B79013;
}
</style>