Shades of Dark Goldenrod #B77D13
Tints of Dark Goldenrod #B77D13
RGB
CMYK
RGB Variations
Color information
#B77D13 (or 0xB77D13) is known color: Dark Goldenrod. HEX triplet: B7, 7D and 13. RGB value is (183,125,19). Sum of RGB (Red+Green+Blue) = 183+125+19=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77D13 is #4882EC. Grayscale: #828282. Windows color (decimal): -4752109 or 1277367. OLE color: 1277367.
HSL color Cylindrical-coordinate representation of color #B77D13: hue angle of 38.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B77D13 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 19 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.28 |
| HSL | 38.78º | 0.81% | 0.4% | - |
| HSV(B) | 38.78º | 0.9% | 0.72% | - |
| XYZ | 26.98 | 24.78 | 3.98 | - |
| YUV | 130.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 19 | 0 | 0.32 | 0.90 | 0.28 | 38.78 | 0.81 | 0.4 |
| Hex | B7 | 7D | 13 | 0 | 20 | 5A | 1C | 27 | 51 | 28 |
| Octal | 267 | 175 | 23 | 0 | 40 | 132 | 34 | 47 | 121 | 50 |
| Binary | 10110111 | 1111101 | 10011 | 0 | 100000 | 1011010 | 11100 | 100111 | 1010001 | 101000 |
Color Harmonies of #B77D13
Complementary color
Monochromatic Colors of #B77D13
Black with #B77D13
Text Example
Text Example
White with #B77D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D13; }
p { color: rgb(183,125,19); }
H1.HeaderClassName
{
color: #B77D13;
}
.AnyTagClassName
{
color: #B77D13;
}
</style>
background-color css
<style>
a { background-color: #B77D13; }
a { background-color: rgb(183,125,19); }
div.DivClassName
{
background-color: #B77D13;
}
.BgClassName
{
background-color: #B77D13;
}
</style>
border-color css
<style>
span { border-color: #B77D13; }
span { border-color: rgb(183,125,19); }
td.TdClassName
{
border-color: #B77D13;
}
.TagClassName
{
border-color: #B77D13;
}
</style>