Shades of Dark Goldenrod #B37814
Tints of Dark Goldenrod #B37814
RGB
CMYK
RGB Variations
Color information
#B37814 (or 0xB37814) is known color: Dark Goldenrod. HEX triplet: B3, 78 and 14. RGB value is (179,120,20). Sum of RGB (Red+Green+Blue) = 179+120+20=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B37814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37814 is #4C87EB. Grayscale: #7E7E7E. Windows color (decimal): -5015532 or 1341619. OLE color: 1341619.
HSL color Cylindrical-coordinate representation of color #B37814: hue angle of 37.74º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B37814 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 20 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.30 |
| HSL | 37.74º | 0.8% | 0.39% | - |
| HSV(B) | 37.74º | 0.89% | 0.7% | - |
| XYZ | 25.43 | 23.07 | 3.77 | - |
| YUV | 126.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 20 | 0 | 0.33 | 0.89 | 0.30 | 37.74 | 0.8 | 0.39 |
| Hex | B3 | 78 | 14 | 0 | 21 | 59 | 1E | 26 | 50 | 27 |
| Octal | 263 | 170 | 24 | 0 | 41 | 131 | 36 | 46 | 120 | 47 |
| Binary | 10110011 | 1111000 | 10100 | 0 | 100001 | 1011001 | 11110 | 100110 | 1010000 | 100111 |
Color Harmonies of #B37814
Complementary color
Monochromatic Colors of #B37814
Black with #B37814
Text Example
Text Example
White with #B37814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37814; }
p { color: rgb(179,120,20); }
H1.HeaderClassName
{
color: #B37814;
}
.AnyTagClassName
{
color: #B37814;
}
</style>
background-color css
<style>
a { background-color: #B37814; }
a { background-color: rgb(179,120,20); }
div.DivClassName
{
background-color: #B37814;
}
.BgClassName
{
background-color: #B37814;
}
</style>
border-color css
<style>
span { border-color: #B37814; }
span { border-color: rgb(179,120,20); }
td.TdClassName
{
border-color: #B37814;
}
.TagClassName
{
border-color: #B37814;
}
</style>