Shades of Dark Goldenrod #B77816
Tints of Dark Goldenrod #B77816
RGB
CMYK
RGB Variations
Color information
#B77816 (or 0xB77816) is known color: Dark Goldenrod. HEX triplet: B7, 78 and 16. RGB value is (183,120,22). Sum of RGB (Red+Green+Blue) = 183+120+22=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B77816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77816 is #4887E9. Grayscale: #808080. Windows color (decimal): -4753386 or 1472695. OLE color: 1472695.
HSL color Cylindrical-coordinate representation of color #B77816: hue angle of 36.52º 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 #B77816 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 22 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.28 |
| HSL | 36.52º | 0.79% | 0.4% | - |
| HSV(B) | 36.52º | 0.88% | 0.72% | - |
| XYZ | 26.39 | 23.56 | 3.92 | - |
| YUV | 127.67 | 68.37 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 22 | 0 | 0.34 | 0.88 | 0.28 | 36.52 | 0.79 | 0.4 |
| Hex | B7 | 78 | 16 | 0 | 22 | 58 | 1C | 25 | 4F | 28 |
| Octal | 267 | 170 | 26 | 0 | 42 | 130 | 34 | 45 | 117 | 50 |
| Binary | 10110111 | 1111000 | 10110 | 0 | 100010 | 1011000 | 11100 | 100101 | 1001111 | 101000 |
Color Harmonies of #B77816
Complementary color
Monochromatic Colors of #B77816
Black with #B77816
Text Example
Text Example
White with #B77816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77816; }
p { color: rgb(183,120,22); }
H1.HeaderClassName
{
color: #B77816;
}
.AnyTagClassName
{
color: #B77816;
}
</style>
background-color css
<style>
a { background-color: #B77816; }
a { background-color: rgb(183,120,22); }
div.DivClassName
{
background-color: #B77816;
}
.BgClassName
{
background-color: #B77816;
}
</style>
border-color css
<style>
span { border-color: #B77816; }
span { border-color: rgb(183,120,22); }
td.TdClassName
{
border-color: #B77816;
}
.TagClassName
{
border-color: #B77816;
}
</style>