Shades of Dark Goldenrod #B77614
Tints of Dark Goldenrod #B77614
RGB
CMYK
RGB Variations
Color information
#B77614 (or 0xB77614) is known color: Dark Goldenrod. HEX triplet: B7, 76 and 14. RGB value is (183,118,20). Sum of RGB (Red+Green+Blue) = 183+118+20=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B77614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77614 is #4889EB. Grayscale: #7E7E7E. Windows color (decimal): -4753900 or 1341111. OLE color: 1341111.
HSL color Cylindrical-coordinate representation of color #B77614: hue angle of 36.07º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B77614 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 20 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.28 |
| HSL | 36.07º | 0.8% | 0.4% | - |
| HSV(B) | 36.07º | 0.89% | 0.72% | - |
| XYZ | 26.13 | 23.07 | 3.74 | - |
| YUV | 126.26 | 68.03 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 20 | 0 | 0.36 | 0.89 | 0.28 | 36.07 | 0.8 | 0.4 |
| Hex | B7 | 76 | 14 | 0 | 24 | 59 | 1C | 24 | 50 | 28 |
| Octal | 267 | 166 | 24 | 0 | 44 | 131 | 34 | 44 | 120 | 50 |
| Binary | 10110111 | 1110110 | 10100 | 0 | 100100 | 1011001 | 11100 | 100100 | 1010000 | 101000 |
Color Harmonies of #B77614
Complementary color
Monochromatic Colors of #B77614
Black with #B77614
Text Example
Text Example
White with #B77614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77614; }
p { color: rgb(183,118,20); }
H1.HeaderClassName
{
color: #B77614;
}
.AnyTagClassName
{
color: #B77614;
}
</style>
background-color css
<style>
a { background-color: #B77614; }
a { background-color: rgb(183,118,20); }
div.DivClassName
{
background-color: #B77614;
}
.BgClassName
{
background-color: #B77614;
}
</style>
border-color css
<style>
span { border-color: #B77614; }
span { border-color: rgb(183,118,20); }
td.TdClassName
{
border-color: #B77614;
}
.TagClassName
{
border-color: #B77614;
}
</style>