Shades of Dark Goldenrod #B77E14
Tints of Dark Goldenrod #B77E14
RGB
CMYK
RGB Variations
Color information
#B77E14 (or 0xB77E14) is known color: Dark Goldenrod. HEX triplet: B7, 7E and 14. RGB value is (183,126,20). Sum of RGB (Red+Green+Blue) = 183+126+20=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77E14 is #4881EB. Grayscale: #838383. Windows color (decimal): -4751852 or 1343159. OLE color: 1343159.
HSL color Cylindrical-coordinate representation of color #B77E14: hue angle of 39.02º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B77E14 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 20 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.28 |
| HSL | 39.02º | 0.8% | 0.4% | - |
| HSV(B) | 39.02º | 0.89% | 0.72% | - |
| XYZ | 27.12 | 25.04 | 4.07 | - |
| YUV | 130.96 | 65.38 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 20 | 0 | 0.31 | 0.89 | 0.28 | 39.02 | 0.8 | 0.4 |
| Hex | B7 | 7E | 14 | 0 | 1F | 59 | 1C | 27 | 50 | 28 |
| Octal | 267 | 176 | 24 | 0 | 37 | 131 | 34 | 47 | 120 | 50 |
| Binary | 10110111 | 1111110 | 10100 | 0 | 11111 | 1011001 | 11100 | 100111 | 1010000 | 101000 |
Color Harmonies of #B77E14
Complementary color
Monochromatic Colors of #B77E14
Black with #B77E14
Text Example
Text Example
White with #B77E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E14; }
p { color: rgb(183,126,20); }
H1.HeaderClassName
{
color: #B77E14;
}
.AnyTagClassName
{
color: #B77E14;
}
</style>
background-color css
<style>
a { background-color: #B77E14; }
a { background-color: rgb(183,126,20); }
div.DivClassName
{
background-color: #B77E14;
}
.BgClassName
{
background-color: #B77E14;
}
</style>
border-color css
<style>
span { border-color: #B77E14; }
span { border-color: rgb(183,126,20); }
td.TdClassName
{
border-color: #B77E14;
}
.TagClassName
{
border-color: #B77E14;
}
</style>