Shades of Dark Goldenrod #B77F17
Tints of Dark Goldenrod #B77F17
RGB
CMYK
RGB Variations
Color information
#B77F17 (or 0xB77F17) is known color: Dark Goldenrod. HEX triplet: B7, 7F and 17. RGB value is (183,127,23). Sum of RGB (Red+Green+Blue) = 183+127+23=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77F17 is #4880E8. Grayscale: #848484. Windows color (decimal): -4751593 or 1540023. OLE color: 1540023.
HSL color Cylindrical-coordinate representation of color #B77F17: hue angle of 39º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B77F17 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 23 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.28 |
| HSL | 39º | 0.78% | 0.4% | - |
| HSV(B) | 39º | 0.87% | 0.72% | - |
| XYZ | 27.27 | 25.31 | 4.26 | - |
| YUV | 131.89 | 66.55 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 23 | 0 | 0.31 | 0.87 | 0.28 | 39 | 0.78 | 0.4 |
| Hex | B7 | 7F | 17 | 0 | 1F | 57 | 1C | 27 | 4E | 28 |
| Octal | 267 | 177 | 27 | 0 | 37 | 127 | 34 | 47 | 116 | 50 |
| Binary | 10110111 | 1111111 | 10111 | 0 | 11111 | 1010111 | 11100 | 100111 | 1001110 | 101000 |
Color Harmonies of #B77F17
Complementary color
Monochromatic Colors of #B77F17
Black with #B77F17
Text Example
Text Example
White with #B77F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F17; }
p { color: rgb(183,127,23); }
H1.HeaderClassName
{
color: #B77F17;
}
.AnyTagClassName
{
color: #B77F17;
}
</style>
background-color css
<style>
a { background-color: #B77F17; }
a { background-color: rgb(183,127,23); }
div.DivClassName
{
background-color: #B77F17;
}
.BgClassName
{
background-color: #B77F17;
}
</style>
border-color css
<style>
span { border-color: #B77F17; }
span { border-color: rgb(183,127,23); }
td.TdClassName
{
border-color: #B77F17;
}
.TagClassName
{
border-color: #B77F17;
}
</style>