Shades of Pirate Gold #B96A12
Tints of Pirate Gold #B96A12
RGB
CMYK
RGB Variations
Color information
#B96A12 (or 0xB96A12) is known color: Pirate Gold. HEX triplet: B9, 6A and 12. RGB value is (185,106,18). Sum of RGB (Red+Green+Blue) = 185+106+18=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96A12 is #4695ED. Grayscale: #787878. Windows color (decimal): -4625902 or 1206969. OLE color: 1206969.
HSL color Cylindrical-coordinate representation of color #B96A12: hue angle of 31.62º 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 #B96A12 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 106 | 18 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.27 |
| HSL | 31.62º | 0.82% | 0.4% | - |
| HSV(B) | 31.62º | 0.9% | 0.73% | - |
| XYZ | 25.27 | 20.67 | 3.23 | - |
| YUV | 119.59 | 70.67 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 18 | 0 | 0.43 | 0.90 | 0.27 | 31.62 | 0.82 | 0.4 |
| Hex | B9 | 6A | 12 | 0 | 2B | 5A | 1B | 20 | 52 | 28 |
| Octal | 271 | 152 | 22 | 0 | 53 | 132 | 33 | 40 | 122 | 50 |
| Binary | 10111001 | 1101010 | 10010 | 0 | 101011 | 1011010 | 11011 | 100000 | 1010010 | 101000 |
Color Harmonies of #B96A12
Complementary color
Monochromatic Colors of #B96A12
Black with #B96A12
Text Example
Text Example
White with #B96A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96A12; }
p { color: rgb(185,106,18); }
H1.HeaderClassName
{
color: #B96A12;
}
.AnyTagClassName
{
color: #B96A12;
}
</style>
background-color css
<style>
a { background-color: #B96A12; }
a { background-color: rgb(185,106,18); }
div.DivClassName
{
background-color: #B96A12;
}
.BgClassName
{
background-color: #B96A12;
}
</style>
border-color css
<style>
span { border-color: #B96A12; }
span { border-color: rgb(185,106,18); }
td.TdClassName
{
border-color: #B96A12;
}
.TagClassName
{
border-color: #B96A12;
}
</style>