Shades of Dark Goldenrod #B56C01
Tints of Dark Goldenrod #B56C01
RGB
CMYK
RGB Variations
Color information
#B56C01 (or 0xB56C01) is known color: Dark Goldenrod. HEX triplet: B5, 6C and 01. RGB value is (181,108,1). Sum of RGB (Red+Green+Blue) = 181+108+1=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56C01 is #4A93FE. Grayscale: #767676. Windows color (decimal): -4887551 or 93365. OLE color: 93365.
HSL color Cylindrical-coordinate representation of color #B56C01: hue angle of 35.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B56C01 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 1 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.29 |
| HSL | 35.67º | 0.99% | 0.36% | - |
| HSV(B) | 35.67º | 0.99% | 0.71% | - |
| XYZ | 24.42 | 20.55 | 2.71 | - |
| YUV | 117.63 | 62.18 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 1 | 0 | 0.40 | 0.99 | 0.29 | 35.67 | 0.99 | 0.36 |
| Hex | B5 | 6C | 1 | 0 | 28 | 63 | 1D | 24 | 63 | 24 |
| Octal | 265 | 154 | 1 | 0 | 50 | 143 | 35 | 44 | 143 | 44 |
| Binary | 10110101 | 1101100 | 1 | 0 | 101000 | 1100011 | 11101 | 100100 | 1100011 | 100100 |
Color Harmonies of #B56C01
Complementary color
Monochromatic Colors of #B56C01
Black with #B56C01
Text Example
Text Example
White with #B56C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C01; }
p { color: rgb(181,108,1); }
H1.HeaderClassName
{
color: #B56C01;
}
.AnyTagClassName
{
color: #B56C01;
}
</style>
background-color css
<style>
a { background-color: #B56C01; }
a { background-color: rgb(181,108,1); }
div.DivClassName
{
background-color: #B56C01;
}
.BgClassName
{
background-color: #B56C01;
}
</style>
border-color css
<style>
span { border-color: #B56C01; }
span { border-color: rgb(181,108,1); }
td.TdClassName
{
border-color: #B56C01;
}
.TagClassName
{
border-color: #B56C01;
}
</style>