Shades of Dark Goldenrod #B77508
Tints of Dark Goldenrod #B77508
RGB
CMYK
RGB Variations
Color information
#B77508 (or 0xB77508) is known color: Dark Goldenrod. HEX triplet: B7, 75 and 08. RGB value is (183,117,8). Sum of RGB (Red+Green+Blue) = 183+117+8=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B77508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77508 is #488AF7. Grayscale: #7C7C7C. Windows color (decimal): -4754168 or 554423. OLE color: 554423.
HSL color Cylindrical-coordinate representation of color #B77508: hue angle of 37.37º 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 #B77508 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.28 |
| HSL | 37.37º | 0.92% | 0.37% | - |
| HSV(B) | 37.37º | 0.96% | 0.72% | - |
| XYZ | 25.93 | 22.81 | 3.27 | - |
| YUV | 124.31 | 62.37 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 8 | 0 | 0.36 | 0.96 | 0.28 | 37.37 | 0.92 | 0.37 |
| Hex | B7 | 75 | 8 | 0 | 24 | 60 | 1C | 25 | 5C | 25 |
| Octal | 267 | 165 | 10 | 0 | 44 | 140 | 34 | 45 | 134 | 45 |
| Binary | 10110111 | 1110101 | 1000 | 0 | 100100 | 1100000 | 11100 | 100101 | 1011100 | 100101 |
Color Harmonies of #B77508
Complementary color
Monochromatic Colors of #B77508
Black with #B77508
Text Example
Text Example
White with #B77508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77508; }
p { color: rgb(183,117,8); }
H1.HeaderClassName
{
color: #B77508;
}
.AnyTagClassName
{
color: #B77508;
}
</style>
background-color css
<style>
a { background-color: #B77508; }
a { background-color: rgb(183,117,8); }
div.DivClassName
{
background-color: #B77508;
}
.BgClassName
{
background-color: #B77508;
}
</style>
border-color css
<style>
span { border-color: #B77508; }
span { border-color: rgb(183,117,8); }
td.TdClassName
{
border-color: #B77508;
}
.TagClassName
{
border-color: #B77508;
}
</style>