Shades of Pirate Gold #B56E15
Tints of Pirate Gold #B56E15
RGB
CMYK
RGB Variations
Color information
#B56E15 (or 0xB56E15) is known color: Pirate Gold. HEX triplet: B5, 6E and 15. RGB value is (181,110,21). Sum of RGB (Red+Green+Blue) = 181+110+21=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56E15 is #4A91EA. Grayscale: #797979. Windows color (decimal): -4887019 or 1404597. OLE color: 1404597.
HSL color Cylindrical-coordinate representation of color #B56E15: hue angle of 33.38º degrees, saturation: 0.79, 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 #B56E15 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 21 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.29 |
| HSL | 33.38º | 0.79% | 0.4% | - |
| HSV(B) | 33.38º | 0.88% | 0.71% | - |
| XYZ | 24.77 | 21.03 | 3.46 | - |
| YUV | 121.08 | 71.52 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 21 | 0 | 0.39 | 0.88 | 0.29 | 33.38 | 0.79 | 0.4 |
| Hex | B5 | 6E | 15 | 0 | 27 | 58 | 1D | 21 | 4F | 28 |
| Octal | 265 | 156 | 25 | 0 | 47 | 130 | 35 | 41 | 117 | 50 |
| Binary | 10110101 | 1101110 | 10101 | 0 | 100111 | 1011000 | 11101 | 100001 | 1001111 | 101000 |
Color Harmonies of #B56E15
Complementary color
Monochromatic Colors of #B56E15
Black with #B56E15
Text Example
Text Example
White with #B56E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E15; }
p { color: rgb(181,110,21); }
H1.HeaderClassName
{
color: #B56E15;
}
.AnyTagClassName
{
color: #B56E15;
}
</style>
background-color css
<style>
a { background-color: #B56E15; }
a { background-color: rgb(181,110,21); }
div.DivClassName
{
background-color: #B56E15;
}
.BgClassName
{
background-color: #B56E15;
}
</style>
border-color css
<style>
span { border-color: #B56E15; }
span { border-color: rgb(181,110,21); }
td.TdClassName
{
border-color: #B56E15;
}
.TagClassName
{
border-color: #B56E15;
}
</style>