Shades of Pirate Gold #B56E16
Tints of Pirate Gold #B56E16
RGB
CMYK
RGB Variations
Color information
#B56E16 (or 0xB56E16) is known color: Pirate Gold. HEX triplet: B5, 6E and 16. RGB value is (181,110,22). Sum of RGB (Red+Green+Blue) = 181+110+22=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56E16 is #4A91E9. Grayscale: #797979. Windows color (decimal): -4887018 or 1470133. OLE color: 1470133.
HSL color Cylindrical-coordinate representation of color #B56E16: hue angle of 33.21º 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 #B56E16 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 22 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.29 |
| HSL | 33.21º | 0.78% | 0.4% | - |
| HSV(B) | 33.21º | 0.88% | 0.71% | - |
| XYZ | 24.78 | 21.03 | 3.51 | - |
| YUV | 121.2 | 72.02 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 22 | 0 | 0.39 | 0.88 | 0.29 | 33.21 | 0.78 | 0.4 |
| Hex | B5 | 6E | 16 | 0 | 27 | 58 | 1D | 21 | 4E | 28 |
| Octal | 265 | 156 | 26 | 0 | 47 | 130 | 35 | 41 | 116 | 50 |
| Binary | 10110101 | 1101110 | 10110 | 0 | 100111 | 1011000 | 11101 | 100001 | 1001110 | 101000 |
Color Harmonies of #B56E16
Complementary color
Monochromatic Colors of #B56E16
Black with #B56E16
Text Example
Text Example
White with #B56E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E16; }
p { color: rgb(181,110,22); }
H1.HeaderClassName
{
color: #B56E16;
}
.AnyTagClassName
{
color: #B56E16;
}
</style>
background-color css
<style>
a { background-color: #B56E16; }
a { background-color: rgb(181,110,22); }
div.DivClassName
{
background-color: #B56E16;
}
.BgClassName
{
background-color: #B56E16;
}
</style>
border-color css
<style>
span { border-color: #B56E16; }
span { border-color: rgb(181,110,22); }
td.TdClassName
{
border-color: #B56E16;
}
.TagClassName
{
border-color: #B56E16;
}
</style>