Shades of Dark Goldenrod #B77805
Tints of Dark Goldenrod #B77805
RGB
CMYK
RGB Variations
Color information
#B77805 (or 0xB77805) is known color: Dark Goldenrod. HEX triplet: B7, 78 and 05. RGB value is (183,120,5). Sum of RGB (Red+Green+Blue) = 183+120+5=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B77805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77805 is #4887FA. Grayscale: #7E7E7E. Windows color (decimal): -4753403 or 358583. OLE color: 358583.
HSL color Cylindrical-coordinate representation of color #B77805: hue angle of 38.76º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B77805 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 5 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.28 |
| HSL | 38.76º | 0.95% | 0.37% | - |
| HSV(B) | 38.76º | 0.97% | 0.72% | - |
| XYZ | 26.27 | 23.51 | 3.3 | - |
| YUV | 125.73 | 59.87 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 5 | 0 | 0.34 | 0.97 | 0.28 | 38.76 | 0.95 | 0.37 |
| Hex | B7 | 78 | 5 | 0 | 22 | 61 | 1C | 27 | 5F | 25 |
| Octal | 267 | 170 | 5 | 0 | 42 | 141 | 34 | 47 | 137 | 45 |
| Binary | 10110111 | 1111000 | 101 | 0 | 100010 | 1100001 | 11100 | 100111 | 1011111 | 100101 |
Color Harmonies of #B77805
Complementary color
Monochromatic Colors of #B77805
Black with #B77805
Text Example
Text Example
White with #B77805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77805; }
p { color: rgb(183,120,5); }
H1.HeaderClassName
{
color: #B77805;
}
.AnyTagClassName
{
color: #B77805;
}
</style>
background-color css
<style>
a { background-color: #B77805; }
a { background-color: rgb(183,120,5); }
div.DivClassName
{
background-color: #B77805;
}
.BgClassName
{
background-color: #B77805;
}
</style>
border-color css
<style>
span { border-color: #B77805; }
span { border-color: rgb(183,120,5); }
td.TdClassName
{
border-color: #B77805;
}
.TagClassName
{
border-color: #B77805;
}
</style>