Shades of Dark Goldenrod #B56C0C
Tints of Dark Goldenrod #B56C0C
RGB
CMYK
RGB Variations
Color information
#B56C0C (or 0xB56C0C) is known color: Dark Goldenrod. HEX triplet: B5, 6C and 0C. RGB value is (181,108,12). Sum of RGB (Red+Green+Blue) = 181+108+12=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56C0C is #4A93F3. Grayscale: #777777. Windows color (decimal): -4887540 or 814261. OLE color: 814261.
HSL color Cylindrical-coordinate representation of color #B56C0C: hue angle of 34.08º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B56C0C is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 12 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.29 |
| HSL | 34.08º | 0.88% | 0.38% | - |
| HSV(B) | 34.08º | 0.93% | 0.71% | - |
| XYZ | 24.48 | 20.58 | 3.03 | - |
| YUV | 118.88 | 67.68 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 12 | 0 | 0.40 | 0.93 | 0.29 | 34.08 | 0.88 | 0.38 |
| Hex | B5 | 6C | C | 0 | 28 | 5D | 1D | 22 | 58 | 26 |
| Octal | 265 | 154 | 14 | 0 | 50 | 135 | 35 | 42 | 130 | 46 |
| Binary | 10110101 | 1101100 | 1100 | 0 | 101000 | 1011101 | 11101 | 100010 | 1011000 | 100110 |
Color Harmonies of #B56C0C
Complementary color
Monochromatic Colors of #B56C0C
Black with #B56C0C
Text Example
Text Example
White with #B56C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C0C; }
p { color: rgb(181,108,12); }
H1.HeaderClassName
{
color: #B56C0C;
}
.AnyTagClassName
{
color: #B56C0C;
}
</style>
background-color css
<style>
a { background-color: #B56C0C; }
a { background-color: rgb(181,108,12); }
div.DivClassName
{
background-color: #B56C0C;
}
.BgClassName
{
background-color: #B56C0C;
}
</style>
border-color css
<style>
span { border-color: #B56C0C; }
span { border-color: rgb(181,108,12); }
td.TdClassName
{
border-color: #B56C0C;
}
.TagClassName
{
border-color: #B56C0C;
}
</style>