Shades of Dark Goldenrod #B77510
Tints of Dark Goldenrod #B77510
RGB
CMYK
RGB Variations
Color information
#B77510 (or 0xB77510) is known color: Dark Goldenrod. HEX triplet: B7, 75 and 10. RGB value is (183,117,16). Sum of RGB (Red+Green+Blue) = 183+117+16=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B77510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77510 is #488AEF. Grayscale: #7D7D7D. Windows color (decimal): -4754160 or 1078711. OLE color: 1078711.
HSL color Cylindrical-coordinate representation of color #B77510: hue angle of 36.29º degrees, saturation: 0.84, 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 #B77510 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 16 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.28 |
| HSL | 36.29º | 0.84% | 0.39% | - |
| HSV(B) | 36.29º | 0.91% | 0.72% | - |
| XYZ | 25.98 | 22.83 | 3.53 | - |
| YUV | 125.22 | 66.37 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 16 | 0 | 0.36 | 0.91 | 0.28 | 36.29 | 0.84 | 0.39 |
| Hex | B7 | 75 | 10 | 0 | 24 | 5B | 1C | 24 | 54 | 27 |
| Octal | 267 | 165 | 20 | 0 | 44 | 133 | 34 | 44 | 124 | 47 |
| Binary | 10110111 | 1110101 | 10000 | 0 | 100100 | 1011011 | 11100 | 100100 | 1010100 | 100111 |
Color Harmonies of #B77510
Complementary color
Monochromatic Colors of #B77510
Black with #B77510
Text Example
Text Example
White with #B77510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77510; }
p { color: rgb(183,117,16); }
H1.HeaderClassName
{
color: #B77510;
}
.AnyTagClassName
{
color: #B77510;
}
</style>
background-color css
<style>
a { background-color: #B77510; }
a { background-color: rgb(183,117,16); }
div.DivClassName
{
background-color: #B77510;
}
.BgClassName
{
background-color: #B77510;
}
</style>
border-color css
<style>
span { border-color: #B77510; }
span { border-color: rgb(183,117,16); }
td.TdClassName
{
border-color: #B77510;
}
.TagClassName
{
border-color: #B77510;
}
</style>