Shades of Dark Goldenrod #B56C04
Tints of Dark Goldenrod #B56C04
RGB
CMYK
RGB Variations
Color information
#B56C04 (or 0xB56C04) is known color: Dark Goldenrod. HEX triplet: B5, 6C and 04. RGB value is (181,108,4). Sum of RGB (Red+Green+Blue) = 181+108+4=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56C04 is #4A93FB. Grayscale: #767676. Windows color (decimal): -4887548 or 289973. OLE color: 289973.
HSL color Cylindrical-coordinate representation of color #B56C04: hue angle of 35.25º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B56C04 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 4 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.29 |
| HSL | 35.25º | 0.96% | 0.36% | - |
| HSV(B) | 35.25º | 0.98% | 0.71% | - |
| XYZ | 24.44 | 20.56 | 2.79 | - |
| YUV | 117.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 4 | 0 | 0.40 | 0.98 | 0.29 | 35.25 | 0.96 | 0.36 |
| Hex | B5 | 6C | 4 | 0 | 28 | 62 | 1D | 23 | 60 | 24 |
| Octal | 265 | 154 | 4 | 0 | 50 | 142 | 35 | 43 | 140 | 44 |
| Binary | 10110101 | 1101100 | 100 | 0 | 101000 | 1100010 | 11101 | 100011 | 1100000 | 100100 |
Color Harmonies of #B56C04
Complementary color
Monochromatic Colors of #B56C04
Black with #B56C04
Text Example
Text Example
White with #B56C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C04; }
p { color: rgb(181,108,4); }
H1.HeaderClassName
{
color: #B56C04;
}
.AnyTagClassName
{
color: #B56C04;
}
</style>
background-color css
<style>
a { background-color: #B56C04; }
a { background-color: rgb(181,108,4); }
div.DivClassName
{
background-color: #B56C04;
}
.BgClassName
{
background-color: #B56C04;
}
</style>
border-color css
<style>
span { border-color: #B56C04; }
span { border-color: rgb(181,108,4); }
td.TdClassName
{
border-color: #B56C04;
}
.TagClassName
{
border-color: #B56C04;
}
</style>