Shades of Pirate Gold #B96D15
Tints of Pirate Gold #B96D15
RGB
CMYK
RGB Variations
Color information
#B96D15 (or 0xB96D15) is known color: Pirate Gold. HEX triplet: B9, 6D and 15. RGB value is (185,109,21). Sum of RGB (Red+Green+Blue) = 185+109+21=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96D15 is #4692EA. Grayscale: #7A7A7A. Windows color (decimal): -4625131 or 1404345. OLE color: 1404345.
HSL color Cylindrical-coordinate representation of color #B96D15: hue angle of 32.2º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B96D15 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 21 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.27 |
| HSL | 32.2º | 0.8% | 0.4% | - |
| HSV(B) | 32.2º | 0.89% | 0.73% | - |
| XYZ | 25.61 | 21.31 | 3.47 | - |
| YUV | 121.69 | 71.18 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 21 | 0 | 0.41 | 0.89 | 0.27 | 32.2 | 0.8 | 0.4 |
| Hex | B9 | 6D | 15 | 0 | 29 | 59 | 1B | 20 | 50 | 28 |
| Octal | 271 | 155 | 25 | 0 | 51 | 131 | 33 | 40 | 120 | 50 |
| Binary | 10111001 | 1101101 | 10101 | 0 | 101001 | 1011001 | 11011 | 100000 | 1010000 | 101000 |
Color Harmonies of #B96D15
Complementary color
Monochromatic Colors of #B96D15
Black with #B96D15
Text Example
Text Example
White with #B96D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D15; }
p { color: rgb(185,109,21); }
H1.HeaderClassName
{
color: #B96D15;
}
.AnyTagClassName
{
color: #B96D15;
}
</style>
background-color css
<style>
a { background-color: #B96D15; }
a { background-color: rgb(185,109,21); }
div.DivClassName
{
background-color: #B96D15;
}
.BgClassName
{
background-color: #B96D15;
}
</style>
border-color css
<style>
span { border-color: #B96D15; }
span { border-color: rgb(185,109,21); }
td.TdClassName
{
border-color: #B96D15;
}
.TagClassName
{
border-color: #B96D15;
}
</style>