Shades of Dark Goldenrod #B77911
Tints of Dark Goldenrod #B77911
RGB
CMYK
RGB Variations
Color information
#B77911 (or 0xB77911) is known color: Dark Goldenrod. HEX triplet: B7, 79 and 11. RGB value is (183,121,17). Sum of RGB (Red+Green+Blue) = 183+121+17=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B77911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77911 is #4886EE. Grayscale: #808080. Windows color (decimal): -4753135 or 1145271. OLE color: 1145271.
HSL color Cylindrical-coordinate representation of color #B77911: hue angle of 37.59º 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 #B77911 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 17 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.28 |
| HSL | 37.59º | 0.83% | 0.39% | - |
| HSV(B) | 37.59º | 0.91% | 0.72% | - |
| XYZ | 26.47 | 23.78 | 3.73 | - |
| YUV | 127.68 | 65.54 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 17 | 0 | 0.34 | 0.91 | 0.28 | 37.59 | 0.83 | 0.39 |
| Hex | B7 | 79 | 11 | 0 | 22 | 5B | 1C | 26 | 53 | 27 |
| Octal | 267 | 171 | 21 | 0 | 42 | 133 | 34 | 46 | 123 | 47 |
| Binary | 10110111 | 1111001 | 10001 | 0 | 100010 | 1011011 | 11100 | 100110 | 1010011 | 100111 |
Color Harmonies of #B77911
Complementary color
Monochromatic Colors of #B77911
Black with #B77911
Text Example
Text Example
White with #B77911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77911; }
p { color: rgb(183,121,17); }
H1.HeaderClassName
{
color: #B77911;
}
.AnyTagClassName
{
color: #B77911;
}
</style>
background-color css
<style>
a { background-color: #B77911; }
a { background-color: rgb(183,121,17); }
div.DivClassName
{
background-color: #B77911;
}
.BgClassName
{
background-color: #B77911;
}
</style>
border-color css
<style>
span { border-color: #B77911; }
span { border-color: rgb(183,121,17); }
td.TdClassName
{
border-color: #B77911;
}
.TagClassName
{
border-color: #B77911;
}
</style>