Shades of Dark Goldenrod #B77D16
Tints of Dark Goldenrod #B77D16
RGB
CMYK
RGB Variations
Color information
#B77D16 (or 0xB77D16) is known color: Dark Goldenrod. HEX triplet: B7, 7D and 16. RGB value is (183,125,22). Sum of RGB (Red+Green+Blue) = 183+125+22=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77D16 is #4882E9. Grayscale: #838383. Windows color (decimal): -4752106 or 1473975. OLE color: 1473975.
HSL color Cylindrical-coordinate representation of color #B77D16: hue angle of 38.39º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B77D16 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 22 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.28 |
| HSL | 38.39º | 0.79% | 0.4% | - |
| HSV(B) | 38.39º | 0.88% | 0.72% | - |
| XYZ | 27.01 | 24.79 | 4.12 | - |
| YUV | 130.6 | 66.72 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 22 | 0 | 0.32 | 0.88 | 0.28 | 38.39 | 0.79 | 0.4 |
| Hex | B7 | 7D | 16 | 0 | 20 | 58 | 1C | 26 | 4F | 28 |
| Octal | 267 | 175 | 26 | 0 | 40 | 130 | 34 | 46 | 117 | 50 |
| Binary | 10110111 | 1111101 | 10110 | 0 | 100000 | 1011000 | 11100 | 100110 | 1001111 | 101000 |
Color Harmonies of #B77D16
Complementary color
Monochromatic Colors of #B77D16
Black with #B77D16
Text Example
Text Example
White with #B77D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D16; }
p { color: rgb(183,125,22); }
H1.HeaderClassName
{
color: #B77D16;
}
.AnyTagClassName
{
color: #B77D16;
}
</style>
background-color css
<style>
a { background-color: #B77D16; }
a { background-color: rgb(183,125,22); }
div.DivClassName
{
background-color: #B77D16;
}
.BgClassName
{
background-color: #B77D16;
}
</style>
border-color css
<style>
span { border-color: #B77D16; }
span { border-color: rgb(183,125,22); }
td.TdClassName
{
border-color: #B77D16;
}
.TagClassName
{
border-color: #B77D16;
}
</style>