Shades of Pirate Gold #B96D16
Tints of Pirate Gold #B96D16
RGB
CMYK
RGB Variations
Color information
#B96D16 (or 0xB96D16) is known color: Pirate Gold. HEX triplet: B9, 6D and 16. RGB value is (185,109,22). Sum of RGB (Red+Green+Blue) = 185+109+22=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96D16 is #4692E9. Grayscale: #7A7A7A. Windows color (decimal): -4625130 or 1469881. OLE color: 1469881.
HSL color Cylindrical-coordinate representation of color #B96D16: hue angle of 32.02º 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 #B96D16 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 22 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.27 |
| HSL | 32.02º | 0.79% | 0.41% | - |
| HSV(B) | 32.02º | 0.88% | 0.73% | - |
| XYZ | 25.62 | 21.31 | 3.52 | - |
| YUV | 121.81 | 71.68 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 22 | 0 | 0.41 | 0.88 | 0.27 | 32.02 | 0.79 | 0.41 |
| Hex | B9 | 6D | 16 | 0 | 29 | 58 | 1B | 20 | 4F | 29 |
| Octal | 271 | 155 | 26 | 0 | 51 | 130 | 33 | 40 | 117 | 51 |
| Binary | 10111001 | 1101101 | 10110 | 0 | 101001 | 1011000 | 11011 | 100000 | 1001111 | 101001 |
Color Harmonies of #B96D16
Complementary color
Monochromatic Colors of #B96D16
Black with #B96D16
Text Example
Text Example
White with #B96D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D16; }
p { color: rgb(185,109,22); }
H1.HeaderClassName
{
color: #B96D16;
}
.AnyTagClassName
{
color: #B96D16;
}
</style>
background-color css
<style>
a { background-color: #B96D16; }
a { background-color: rgb(185,109,22); }
div.DivClassName
{
background-color: #B96D16;
}
.BgClassName
{
background-color: #B96D16;
}
</style>
border-color css
<style>
span { border-color: #B96D16; }
span { border-color: rgb(185,109,22); }
td.TdClassName
{
border-color: #B96D16;
}
.TagClassName
{
border-color: #B96D16;
}
</style>