Shades of Dark Goldenrod #B77F0C
Tints of Dark Goldenrod #B77F0C
RGB
CMYK
RGB Variations
Color information
#B77F0C (or 0xB77F0C) is known color: Dark Goldenrod. HEX triplet: B7, 7F and 0C. RGB value is (183,127,12). Sum of RGB (Red+Green+Blue) = 183+127+12=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77F0C is #4880F3. Grayscale: #838383. Windows color (decimal): -4751604 or 819127. OLE color: 819127.
HSL color Cylindrical-coordinate representation of color #B77F0C: hue angle of 40.35º 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 #B77F0C is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 12 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.28 |
| HSL | 40.35º | 0.88% | 0.38% | - |
| HSV(B) | 40.35º | 0.93% | 0.72% | - |
| XYZ | 27.18 | 25.27 | 3.79 | - |
| YUV | 130.63 | 61.05 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 12 | 0 | 0.31 | 0.93 | 0.28 | 40.35 | 0.88 | 0.38 |
| Hex | B7 | 7F | C | 0 | 1F | 5D | 1C | 28 | 58 | 26 |
| Octal | 267 | 177 | 14 | 0 | 37 | 135 | 34 | 50 | 130 | 46 |
| Binary | 10110111 | 1111111 | 1100 | 0 | 11111 | 1011101 | 11100 | 101000 | 1011000 | 100110 |
Color Harmonies of #B77F0C
Complementary color
Monochromatic Colors of #B77F0C
Black with #B77F0C
Text Example
Text Example
White with #B77F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F0C; }
p { color: rgb(183,127,12); }
H1.HeaderClassName
{
color: #B77F0C;
}
.AnyTagClassName
{
color: #B77F0C;
}
</style>
background-color css
<style>
a { background-color: #B77F0C; }
a { background-color: rgb(183,127,12); }
div.DivClassName
{
background-color: #B77F0C;
}
.BgClassName
{
background-color: #B77F0C;
}
</style>
border-color css
<style>
span { border-color: #B77F0C; }
span { border-color: rgb(183,127,12); }
td.TdClassName
{
border-color: #B77F0C;
}
.TagClassName
{
border-color: #B77F0C;
}
</style>