Shades of Pirate Gold #B56912
Tints of Pirate Gold #B56912
RGB
CMYK
RGB Variations
Color information
#B56912 (or 0xB56912) is known color: Pirate Gold. HEX triplet: B5, 69 and 12. RGB value is (181,105,18). Sum of RGB (Red+Green+Blue) = 181+105+18=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B56912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56912 is #4A96ED. Grayscale: #767676. Windows color (decimal): -4888302 or 1206709. OLE color: 1206709.
HSL color Cylindrical-coordinate representation of color #B56912: hue angle of 32.02º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B56912 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 18 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.29 |
| HSL | 32.02º | 0.82% | 0.39% | - |
| HSV(B) | 32.02º | 0.9% | 0.71% | - |
| XYZ | 24.22 | 19.97 | 3.15 | - |
| YUV | 117.81 | 71.68 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 18 | 0 | 0.42 | 0.90 | 0.29 | 32.02 | 0.82 | 0.39 |
| Hex | B5 | 69 | 12 | 0 | 2A | 5A | 1D | 20 | 52 | 27 |
| Octal | 265 | 151 | 22 | 0 | 52 | 132 | 35 | 40 | 122 | 47 |
| Binary | 10110101 | 1101001 | 10010 | 0 | 101010 | 1011010 | 11101 | 100000 | 1010010 | 100111 |
Color Harmonies of #B56912
Complementary color
Monochromatic Colors of #B56912
Black with #B56912
Text Example
Text Example
White with #B56912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56912; }
p { color: rgb(181,105,18); }
H1.HeaderClassName
{
color: #B56912;
}
.AnyTagClassName
{
color: #B56912;
}
</style>
background-color css
<style>
a { background-color: #B56912; }
a { background-color: rgb(181,105,18); }
div.DivClassName
{
background-color: #B56912;
}
.BgClassName
{
background-color: #B56912;
}
</style>
border-color css
<style>
span { border-color: #B56912; }
span { border-color: rgb(181,105,18); }
td.TdClassName
{
border-color: #B56912;
}
.TagClassName
{
border-color: #B56912;
}
</style>