Shades of Dark Goldenrod #B56C0E
Tints of Dark Goldenrod #B56C0E
RGB
CMYK
RGB Variations
Color information
#B56C0E (or 0xB56C0E) is known color: Dark Goldenrod. HEX triplet: B5, 6C and 0E. RGB value is (181,108,14). Sum of RGB (Red+Green+Blue) = 181+108+14=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56C0E is #4A93F1. Grayscale: #777777. Windows color (decimal): -4887538 or 945333. OLE color: 945333.
HSL color Cylindrical-coordinate representation of color #B56C0E: hue angle of 33.77º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B56C0E is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 14 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.29 |
| HSL | 33.77º | 0.86% | 0.38% | - |
| HSV(B) | 33.77º | 0.92% | 0.71% | - |
| XYZ | 24.5 | 20.58 | 3.1 | - |
| YUV | 119.11 | 68.68 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 14 | 0 | 0.40 | 0.92 | 0.29 | 33.77 | 0.86 | 0.38 |
| Hex | B5 | 6C | E | 0 | 28 | 5C | 1D | 22 | 56 | 26 |
| Octal | 265 | 154 | 16 | 0 | 50 | 134 | 35 | 42 | 126 | 46 |
| Binary | 10110101 | 1101100 | 1110 | 0 | 101000 | 1011100 | 11101 | 100010 | 1010110 | 100110 |
Color Harmonies of #B56C0E
Complementary color
Monochromatic Colors of #B56C0E
Black with #B56C0E
Text Example
Text Example
White with #B56C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C0E; }
p { color: rgb(181,108,14); }
H1.HeaderClassName
{
color: #B56C0E;
}
.AnyTagClassName
{
color: #B56C0E;
}
</style>
background-color css
<style>
a { background-color: #B56C0E; }
a { background-color: rgb(181,108,14); }
div.DivClassName
{
background-color: #B56C0E;
}
.BgClassName
{
background-color: #B56C0E;
}
</style>
border-color css
<style>
span { border-color: #B56C0E; }
span { border-color: rgb(181,108,14); }
td.TdClassName
{
border-color: #B56C0E;
}
.TagClassName
{
border-color: #B56C0E;
}
</style>