Shades of Dark Goldenrod #B77611
Tints of Dark Goldenrod #B77611
RGB
CMYK
RGB Variations
Color information
#B77611 (or 0xB77611) is known color: Dark Goldenrod. HEX triplet: B7, 76 and 11. RGB value is (183,118,17). Sum of RGB (Red+Green+Blue) = 183+118+17=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B77611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77611 is #4889EE. Grayscale: #7E7E7E. Windows color (decimal): -4753903 or 1144503. OLE color: 1144503.
HSL color Cylindrical-coordinate representation of color #B77611: hue angle of 36.51º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B77611 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 17 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.28 |
| HSL | 36.51º | 0.83% | 0.39% | - |
| HSV(B) | 36.51º | 0.91% | 0.72% | - |
| XYZ | 26.11 | 23.06 | 3.61 | - |
| YUV | 125.92 | 66.53 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 17 | 0 | 0.36 | 0.91 | 0.28 | 36.51 | 0.83 | 0.39 |
| Hex | B7 | 76 | 11 | 0 | 24 | 5B | 1C | 25 | 53 | 27 |
| Octal | 267 | 166 | 21 | 0 | 44 | 133 | 34 | 45 | 123 | 47 |
| Binary | 10110111 | 1110110 | 10001 | 0 | 100100 | 1011011 | 11100 | 100101 | 1010011 | 100111 |
Color Harmonies of #B77611
Complementary color
Monochromatic Colors of #B77611
Black with #B77611
Text Example
Text Example
White with #B77611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77611; }
p { color: rgb(183,118,17); }
H1.HeaderClassName
{
color: #B77611;
}
.AnyTagClassName
{
color: #B77611;
}
</style>
background-color css
<style>
a { background-color: #B77611; }
a { background-color: rgb(183,118,17); }
div.DivClassName
{
background-color: #B77611;
}
.BgClassName
{
background-color: #B77611;
}
</style>
border-color css
<style>
span { border-color: #B77611; }
span { border-color: rgb(183,118,17); }
td.TdClassName
{
border-color: #B77611;
}
.TagClassName
{
border-color: #B77611;
}
</style>