Shades of Pirate Gold #B56716
Tints of Pirate Gold #B56716
RGB
CMYK
RGB Variations
Color information
#B56716 (or 0xB56716) is known color: Pirate Gold. HEX triplet: B5, 67 and 16. RGB value is (181,103,22). Sum of RGB (Red+Green+Blue) = 181+103+22=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B56716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56716 is #4A98E9. Grayscale: #757575. Windows color (decimal): -4888810 or 1468341. OLE color: 1468341.
HSL color Cylindrical-coordinate representation of color #B56716: hue angle of 30.57º 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 #B56716 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 22 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.29 |
| HSL | 30.57º | 0.78% | 0.4% | - |
| HSV(B) | 30.57º | 0.88% | 0.71% | - |
| XYZ | 24.05 | 19.58 | 3.27 | - |
| YUV | 117.09 | 74.34 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 22 | 0 | 0.43 | 0.88 | 0.29 | 30.57 | 0.78 | 0.4 |
| Hex | B5 | 67 | 16 | 0 | 2B | 58 | 1D | 1F | 4E | 28 |
| Octal | 265 | 147 | 26 | 0 | 53 | 130 | 35 | 37 | 116 | 50 |
| Binary | 10110101 | 1100111 | 10110 | 0 | 101011 | 1011000 | 11101 | 11111 | 1001110 | 101000 |
Color Harmonies of #B56716
Complementary color
Monochromatic Colors of #B56716
Black with #B56716
Text Example
Text Example
White with #B56716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56716; }
p { color: rgb(181,103,22); }
H1.HeaderClassName
{
color: #B56716;
}
.AnyTagClassName
{
color: #B56716;
}
</style>
background-color css
<style>
a { background-color: #B56716; }
a { background-color: rgb(181,103,22); }
div.DivClassName
{
background-color: #B56716;
}
.BgClassName
{
background-color: #B56716;
}
</style>
border-color css
<style>
span { border-color: #B56716; }
span { border-color: rgb(181,103,22); }
td.TdClassName
{
border-color: #B56716;
}
.TagClassName
{
border-color: #B56716;
}
</style>