Shades of Dark Goldenrod #B78013
Tints of Dark Goldenrod #B78013
RGB
CMYK
RGB Variations
Color information
#B78013 (or 0xB78013) is known color: Dark Goldenrod. HEX triplet: B7, 80 and 13. RGB value is (183,128,19). Sum of RGB (Red+Green+Blue) = 183+128+19=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B78013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78013 is #487FEC. Grayscale: #848484. Windows color (decimal): -4751341 or 1278135. OLE color: 1278135.
HSL color Cylindrical-coordinate representation of color #B78013: hue angle of 39.88º 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 #B78013 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 19 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.28 |
| HSL | 39.88º | 0.81% | 0.4% | - |
| HSV(B) | 39.88º | 0.9% | 0.72% | - |
| XYZ | 27.37 | 25.55 | 4.11 | - |
| YUV | 132.02 | 64.22 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 19 | 0 | 0.30 | 0.90 | 0.28 | 39.88 | 0.81 | 0.4 |
| Hex | B7 | 80 | 13 | 0 | 1E | 5A | 1C | 28 | 51 | 28 |
| Octal | 267 | 200 | 23 | 0 | 36 | 132 | 34 | 50 | 121 | 50 |
| Binary | 10110111 | 10000000 | 10011 | 0 | 11110 | 1011010 | 11100 | 101000 | 1010001 | 101000 |
Color Harmonies of #B78013
Complementary color
Monochromatic Colors of #B78013
Black with #B78013
Text Example
Text Example
White with #B78013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78013; }
p { color: rgb(183,128,19); }
H1.HeaderClassName
{
color: #B78013;
}
.AnyTagClassName
{
color: #B78013;
}
</style>
background-color css
<style>
a { background-color: #B78013; }
a { background-color: rgb(183,128,19); }
div.DivClassName
{
background-color: #B78013;
}
.BgClassName
{
background-color: #B78013;
}
</style>
border-color css
<style>
span { border-color: #B78013; }
span { border-color: rgb(183,128,19); }
td.TdClassName
{
border-color: #B78013;
}
.TagClassName
{
border-color: #B78013;
}
</style>