Shades of Pirate Gold #B56C16
Tints of Pirate Gold #B56C16
RGB
CMYK
RGB Variations
Color information
#B56C16 (or 0xB56C16) is known color: Pirate Gold. HEX triplet: B5, 6C and 16. RGB value is (181,108,22). Sum of RGB (Red+Green+Blue) = 181+108+22=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56C16 is #4A93E9. Grayscale: #787878. Windows color (decimal): -4887530 or 1469621. OLE color: 1469621.
HSL color Cylindrical-coordinate representation of color #B56C16: hue angle of 32.45º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B56C16 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 22 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.29 |
| HSL | 32.45º | 0.78% | 0.4% | - |
| HSV(B) | 32.45º | 0.88% | 0.71% | - |
| XYZ | 24.56 | 20.61 | 3.44 | - |
| YUV | 120.02 | 72.68 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 22 | 0 | 0.40 | 0.88 | 0.29 | 32.45 | 0.78 | 0.4 |
| Hex | B5 | 6C | 16 | 0 | 28 | 58 | 1D | 20 | 4E | 28 |
| Octal | 265 | 154 | 26 | 0 | 50 | 130 | 35 | 40 | 116 | 50 |
| Binary | 10110101 | 1101100 | 10110 | 0 | 101000 | 1011000 | 11101 | 100000 | 1001110 | 101000 |
Color Harmonies of #B56C16
Complementary color
Monochromatic Colors of #B56C16
Black with #B56C16
Text Example
Text Example
White with #B56C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C16; }
p { color: rgb(181,108,22); }
H1.HeaderClassName
{
color: #B56C16;
}
.AnyTagClassName
{
color: #B56C16;
}
</style>
background-color css
<style>
a { background-color: #B56C16; }
a { background-color: rgb(181,108,22); }
div.DivClassName
{
background-color: #B56C16;
}
.BgClassName
{
background-color: #B56C16;
}
</style>
border-color css
<style>
span { border-color: #B56C16; }
span { border-color: rgb(181,108,22); }
td.TdClassName
{
border-color: #B56C16;
}
.TagClassName
{
border-color: #B56C16;
}
</style>