Shades of Pirate Gold #B96D13
Tints of Pirate Gold #B96D13
RGB
CMYK
RGB Variations
Color information
#B96D13 (or 0xB96D13) is known color: Pirate Gold. HEX triplet: B9, 6D and 13. RGB value is (185,109,19). Sum of RGB (Red+Green+Blue) = 185+109+19=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96D13 is #4692EC. Grayscale: #797979. Windows color (decimal): -4625133 or 1273273. OLE color: 1273273.
HSL color Cylindrical-coordinate representation of color #B96D13: hue angle of 32.53º degrees, saturation: 0.81, 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 #B96D13 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 19 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.27 |
| HSL | 32.53º | 0.81% | 0.4% | - |
| HSV(B) | 32.53º | 0.9% | 0.73% | - |
| XYZ | 25.59 | 21.3 | 3.38 | - |
| YUV | 121.46 | 70.18 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 19 | 0 | 0.41 | 0.90 | 0.27 | 32.53 | 0.81 | 0.4 |
| Hex | B9 | 6D | 13 | 0 | 29 | 5A | 1B | 21 | 51 | 28 |
| Octal | 271 | 155 | 23 | 0 | 51 | 132 | 33 | 41 | 121 | 50 |
| Binary | 10111001 | 1101101 | 10011 | 0 | 101001 | 1011010 | 11011 | 100001 | 1010001 | 101000 |
Color Harmonies of #B96D13
Complementary color
Monochromatic Colors of #B96D13
Black with #B96D13
Text Example
Text Example
White with #B96D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D13; }
p { color: rgb(185,109,19); }
H1.HeaderClassName
{
color: #B96D13;
}
.AnyTagClassName
{
color: #B96D13;
}
</style>
background-color css
<style>
a { background-color: #B96D13; }
a { background-color: rgb(185,109,19); }
div.DivClassName
{
background-color: #B96D13;
}
.BgClassName
{
background-color: #B96D13;
}
</style>
border-color css
<style>
span { border-color: #B96D13; }
span { border-color: rgb(185,109,19); }
td.TdClassName
{
border-color: #B96D13;
}
.TagClassName
{
border-color: #B96D13;
}
</style>