Shades of Dark Goldenrod #B77108
Tints of Dark Goldenrod #B77108
RGB
CMYK
RGB Variations
Color information
#B77108 (or 0xB77108) is known color: Dark Goldenrod. HEX triplet: B7, 71 and 08. RGB value is (183,113,8). Sum of RGB (Red+Green+Blue) = 183+113+8=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B77108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77108 is #488EF7. Grayscale: #7A7A7A. Windows color (decimal): -4755192 or 553399. OLE color: 553399.
HSL color Cylindrical-coordinate representation of color #B77108: hue angle of 36º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B77108 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.28 |
| HSL | 36º | 0.92% | 0.37% | - |
| HSV(B) | 36º | 0.96% | 0.72% | - |
| XYZ | 25.48 | 21.9 | 3.11 | - |
| YUV | 121.96 | 63.69 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 8 | 0 | 0.38 | 0.96 | 0.28 | 36 | 0.92 | 0.37 |
| Hex | B7 | 71 | 8 | 0 | 26 | 60 | 1C | 24 | 5C | 25 |
| Octal | 267 | 161 | 10 | 0 | 46 | 140 | 34 | 44 | 134 | 45 |
| Binary | 10110111 | 1110001 | 1000 | 0 | 100110 | 1100000 | 11100 | 100100 | 1011100 | 100101 |
Color Harmonies of #B77108
Complementary color
Monochromatic Colors of #B77108
Black with #B77108
Text Example
Text Example
White with #B77108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77108; }
p { color: rgb(183,113,8); }
H1.HeaderClassName
{
color: #B77108;
}
.AnyTagClassName
{
color: #B77108;
}
</style>
background-color css
<style>
a { background-color: #B77108; }
a { background-color: rgb(183,113,8); }
div.DivClassName
{
background-color: #B77108;
}
.BgClassName
{
background-color: #B77108;
}
</style>
border-color css
<style>
span { border-color: #B77108; }
span { border-color: rgb(183,113,8); }
td.TdClassName
{
border-color: #B77108;
}
.TagClassName
{
border-color: #B77108;
}
</style>