Shades of Pirate Gold #B96C12
Tints of Pirate Gold #B96C12
RGB
CMYK
RGB Variations
Color information
#B96C12 (or 0xB96C12) is known color: Pirate Gold. HEX triplet: B9, 6C and 12. RGB value is (185,108,18). Sum of RGB (Red+Green+Blue) = 185+108+18=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96C12 is #4693ED. Grayscale: #797979. Windows color (decimal): -4625390 or 1207481. OLE color: 1207481.
HSL color Cylindrical-coordinate representation of color #B96C12: hue angle of 32.34º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B96C12 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 18 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.27 |
| HSL | 32.34º | 0.82% | 0.4% | - |
| HSV(B) | 32.34º | 0.9% | 0.73% | - |
| XYZ | 25.48 | 21.08 | 3.3 | - |
| YUV | 120.76 | 70.01 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 18 | 0 | 0.42 | 0.90 | 0.27 | 32.34 | 0.82 | 0.4 |
| Hex | B9 | 6C | 12 | 0 | 2A | 5A | 1B | 20 | 52 | 28 |
| Octal | 271 | 154 | 22 | 0 | 52 | 132 | 33 | 40 | 122 | 50 |
| Binary | 10111001 | 1101100 | 10010 | 0 | 101010 | 1011010 | 11011 | 100000 | 1010010 | 101000 |
Color Harmonies of #B96C12
Complementary color
Monochromatic Colors of #B96C12
Black with #B96C12
Text Example
Text Example
White with #B96C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96C12; }
p { color: rgb(185,108,18); }
H1.HeaderClassName
{
color: #B96C12;
}
.AnyTagClassName
{
color: #B96C12;
}
</style>
background-color css
<style>
a { background-color: #B96C12; }
a { background-color: rgb(185,108,18); }
div.DivClassName
{
background-color: #B96C12;
}
.BgClassName
{
background-color: #B96C12;
}
</style>
border-color css
<style>
span { border-color: #B96C12; }
span { border-color: rgb(185,108,18); }
td.TdClassName
{
border-color: #B96C12;
}
.TagClassName
{
border-color: #B96C12;
}
</style>