Shades of Dark Goldenrod #B77C0C
Tints of Dark Goldenrod #B77C0C
RGB
CMYK
RGB Variations
Color information
#B77C0C (or 0xB77C0C) is known color: Dark Goldenrod. HEX triplet: B7, 7C and 0C. RGB value is (183,124,12). Sum of RGB (Red+Green+Blue) = 183+124+12=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77C0C is #4883F3. Grayscale: #818181. Windows color (decimal): -4752372 or 818359. OLE color: 818359.
HSL color Cylindrical-coordinate representation of color #B77C0C: hue angle of 39.3º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B77C0C is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 12 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.28 |
| HSL | 39.3º | 0.88% | 0.38% | - |
| HSV(B) | 39.3º | 0.93% | 0.72% | - |
| XYZ | 26.8 | 24.51 | 3.67 | - |
| YUV | 128.87 | 62.05 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 12 | 0 | 0.32 | 0.93 | 0.28 | 39.3 | 0.88 | 0.38 |
| Hex | B7 | 7C | C | 0 | 20 | 5D | 1C | 27 | 58 | 26 |
| Octal | 267 | 174 | 14 | 0 | 40 | 135 | 34 | 47 | 130 | 46 |
| Binary | 10110111 | 1111100 | 1100 | 0 | 100000 | 1011101 | 11100 | 100111 | 1011000 | 100110 |
Color Harmonies of #B77C0C
Complementary color
Monochromatic Colors of #B77C0C
Black with #B77C0C
Text Example
Text Example
White with #B77C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C0C; }
p { color: rgb(183,124,12); }
H1.HeaderClassName
{
color: #B77C0C;
}
.AnyTagClassName
{
color: #B77C0C;
}
</style>
background-color css
<style>
a { background-color: #B77C0C; }
a { background-color: rgb(183,124,12); }
div.DivClassName
{
background-color: #B77C0C;
}
.BgClassName
{
background-color: #B77C0C;
}
</style>
border-color css
<style>
span { border-color: #B77C0C; }
span { border-color: rgb(183,124,12); }
td.TdClassName
{
border-color: #B77C0C;
}
.TagClassName
{
border-color: #B77C0C;
}
</style>