Shades of Pirate Gold #B96F12
Tints of Pirate Gold #B96F12
RGB
CMYK
RGB Variations
Color information
#B96F12 (or 0xB96F12) is known color: Pirate Gold. HEX triplet: B9, 6F and 12. RGB value is (185,111,18). Sum of RGB (Red+Green+Blue) = 185+111+18=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96F12 is #4690ED. Grayscale: #7A7A7A. Windows color (decimal): -4624622 or 1208249. OLE color: 1208249.
HSL color Cylindrical-coordinate representation of color #B96F12: hue angle of 33.41º 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 #B96F12 is Cyan = 0, Magento = 0.4, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 18 | - |
| CMYK | 0 | 0.4 | 0.90 | 0.27 |
| HSL | 33.41º | 0.82% | 0.4% | - |
| HSV(B) | 33.41º | 0.9% | 0.73% | - |
| XYZ | 25.8 | 21.73 | 3.41 | - |
| YUV | 122.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 18 | 0 | 0.4 | 0.90 | 0.27 | 33.41 | 0.82 | 0.4 |
| Hex | B9 | 6F | 12 | 0 | 28 | 5A | 1B | 21 | 52 | 28 |
| Octal | 271 | 157 | 22 | 0 | 50 | 132 | 33 | 41 | 122 | 50 |
| Binary | 10111001 | 1101111 | 10010 | 0 | 101000 | 1011010 | 11011 | 100001 | 1010010 | 101000 |
Color Harmonies of #B96F12
Complementary color
Monochromatic Colors of #B96F12
Black with #B96F12
Text Example
Text Example
White with #B96F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F12; }
p { color: rgb(185,111,18); }
H1.HeaderClassName
{
color: #B96F12;
}
.AnyTagClassName
{
color: #B96F12;
}
</style>
background-color css
<style>
a { background-color: #B96F12; }
a { background-color: rgb(185,111,18); }
div.DivClassName
{
background-color: #B96F12;
}
.BgClassName
{
background-color: #B96F12;
}
</style>
border-color css
<style>
span { border-color: #B96F12; }
span { border-color: rgb(185,111,18); }
td.TdClassName
{
border-color: #B96F12;
}
.TagClassName
{
border-color: #B96F12;
}
</style>