Shades of Dark Goldenrod #B56C0A
Tints of Dark Goldenrod #B56C0A
RGB
CMYK
RGB Variations
Color information
#B56C0A (or 0xB56C0A) is known color: Dark Goldenrod. HEX triplet: B5, 6C and 0A. RGB value is (181,108,10). Sum of RGB (Red+Green+Blue) = 181+108+10=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56C0A is #4A93F5. Grayscale: #777777. Windows color (decimal): -4887542 or 683189. OLE color: 683189.
HSL color Cylindrical-coordinate representation of color #B56C0A: hue angle of 34.39º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B56C0A is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 10 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.29 |
| HSL | 34.39º | 0.9% | 0.37% | - |
| HSV(B) | 34.39º | 0.94% | 0.71% | - |
| XYZ | 24.47 | 20.57 | 2.97 | - |
| YUV | 118.66 | 66.68 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 10 | 0 | 0.40 | 0.94 | 0.29 | 34.39 | 0.9 | 0.37 |
| Hex | B5 | 6C | A | 0 | 28 | 5E | 1D | 22 | 5A | 25 |
| Octal | 265 | 154 | 12 | 0 | 50 | 136 | 35 | 42 | 132 | 45 |
| Binary | 10110101 | 1101100 | 1010 | 0 | 101000 | 1011110 | 11101 | 100010 | 1011010 | 100101 |
Color Harmonies of #B56C0A
Complementary color
Monochromatic Colors of #B56C0A
Black with #B56C0A
Text Example
Text Example
White with #B56C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C0A; }
p { color: rgb(181,108,10); }
H1.HeaderClassName
{
color: #B56C0A;
}
.AnyTagClassName
{
color: #B56C0A;
}
</style>
background-color css
<style>
a { background-color: #B56C0A; }
a { background-color: rgb(181,108,10); }
div.DivClassName
{
background-color: #B56C0A;
}
.BgClassName
{
background-color: #B56C0A;
}
</style>
border-color css
<style>
span { border-color: #B56C0A; }
span { border-color: rgb(181,108,10); }
td.TdClassName
{
border-color: #B56C0A;
}
.TagClassName
{
border-color: #B56C0A;
}
</style>