Shades of Pirate Gold #B96A16
Tints of Pirate Gold #B96A16
RGB
CMYK
RGB Variations
Color information
#B96A16 (or 0xB96A16) is known color: Pirate Gold. HEX triplet: B9, 6A and 16. RGB value is (185,106,22). Sum of RGB (Red+Green+Blue) = 185+106+22=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96A16 is #4695E9. Grayscale: #787878. Windows color (decimal): -4625898 or 1469113. OLE color: 1469113.
HSL color Cylindrical-coordinate representation of color #B96A16: hue angle of 30.92º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B96A16 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 106 | 22 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.27 |
| HSL | 30.92º | 0.79% | 0.41% | - |
| HSV(B) | 30.92º | 0.88% | 0.73% | - |
| XYZ | 25.31 | 20.68 | 3.42 | - |
| YUV | 120.05 | 72.67 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 22 | 0 | 0.43 | 0.88 | 0.27 | 30.92 | 0.79 | 0.41 |
| Hex | B9 | 6A | 16 | 0 | 2B | 58 | 1B | 1F | 4F | 29 |
| Octal | 271 | 152 | 26 | 0 | 53 | 130 | 33 | 37 | 117 | 51 |
| Binary | 10111001 | 1101010 | 10110 | 0 | 101011 | 1011000 | 11011 | 11111 | 1001111 | 101001 |
Color Harmonies of #B96A16
Complementary color
Monochromatic Colors of #B96A16
Black with #B96A16
Text Example
Text Example
White with #B96A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96A16; }
p { color: rgb(185,106,22); }
H1.HeaderClassName
{
color: #B96A16;
}
.AnyTagClassName
{
color: #B96A16;
}
</style>
background-color css
<style>
a { background-color: #B96A16; }
a { background-color: rgb(185,106,22); }
div.DivClassName
{
background-color: #B96A16;
}
.BgClassName
{
background-color: #B96A16;
}
</style>
border-color css
<style>
span { border-color: #B96A16; }
span { border-color: rgb(185,106,22); }
td.TdClassName
{
border-color: #B96A16;
}
.TagClassName
{
border-color: #B96A16;
}
</style>