Shades of Dark Goldenrod #B77C10
Tints of Dark Goldenrod #B77C10
RGB
CMYK
RGB Variations
Color information
#B77C10 (or 0xB77C10) is known color: Dark Goldenrod. HEX triplet: B7, 7C and 10. RGB value is (183,124,16). Sum of RGB (Red+Green+Blue) = 183+124+16=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77C10 is #4883EF. Grayscale: #818181. Windows color (decimal): -4752368 or 1080503. OLE color: 1080503.
HSL color Cylindrical-coordinate representation of color #B77C10: hue angle of 38.8º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B77C10 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 16 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.28 |
| HSL | 38.8º | 0.84% | 0.39% | - |
| HSV(B) | 38.8º | 0.91% | 0.72% | - |
| XYZ | 26.83 | 24.52 | 3.81 | - |
| YUV | 129.33 | 64.05 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 16 | 0 | 0.32 | 0.91 | 0.28 | 38.8 | 0.84 | 0.39 |
| Hex | B7 | 7C | 10 | 0 | 20 | 5B | 1C | 27 | 54 | 27 |
| Octal | 267 | 174 | 20 | 0 | 40 | 133 | 34 | 47 | 124 | 47 |
| Binary | 10110111 | 1111100 | 10000 | 0 | 100000 | 1011011 | 11100 | 100111 | 1010100 | 100111 |
Color Harmonies of #B77C10
Complementary color
Monochromatic Colors of #B77C10
Black with #B77C10
Text Example
Text Example
White with #B77C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C10; }
p { color: rgb(183,124,16); }
H1.HeaderClassName
{
color: #B77C10;
}
.AnyTagClassName
{
color: #B77C10;
}
</style>
background-color css
<style>
a { background-color: #B77C10; }
a { background-color: rgb(183,124,16); }
div.DivClassName
{
background-color: #B77C10;
}
.BgClassName
{
background-color: #B77C10;
}
</style>
border-color css
<style>
span { border-color: #B77C10; }
span { border-color: rgb(183,124,16); }
td.TdClassName
{
border-color: #B77C10;
}
.TagClassName
{
border-color: #B77C10;
}
</style>