Shades of Pirate Gold #B97112
Tints of Pirate Gold #B97112
RGB
CMYK
RGB Variations
Color information
#B97112 (or 0xB97112) is known color: Pirate Gold. HEX triplet: B9, 71 and 12. RGB value is (185,113,18). Sum of RGB (Red+Green+Blue) = 185+113+18=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B97112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97112 is #468EED. Grayscale: #7C7C7C. Windows color (decimal): -4624110 or 1208761. OLE color: 1208761.
HSL color Cylindrical-coordinate representation of color #B97112: hue angle of 34.13º 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 #B97112 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 113 | 18 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.27 |
| HSL | 34.13º | 0.82% | 0.4% | - |
| HSV(B) | 34.13º | 0.9% | 0.73% | - |
| XYZ | 26.02 | 22.17 | 3.48 | - |
| YUV | 123.7 | 68.35 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 18 | 0 | 0.39 | 0.90 | 0.27 | 34.13 | 0.82 | 0.4 |
| Hex | B9 | 71 | 12 | 0 | 27 | 5A | 1B | 22 | 52 | 28 |
| Octal | 271 | 161 | 22 | 0 | 47 | 132 | 33 | 42 | 122 | 50 |
| Binary | 10111001 | 1110001 | 10010 | 0 | 100111 | 1011010 | 11011 | 100010 | 1010010 | 101000 |
Color Harmonies of #B97112
Complementary color
Monochromatic Colors of #B97112
Black with #B97112
Text Example
Text Example
White with #B97112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97112; }
p { color: rgb(185,113,18); }
H1.HeaderClassName
{
color: #B97112;
}
.AnyTagClassName
{
color: #B97112;
}
</style>
background-color css
<style>
a { background-color: #B97112; }
a { background-color: rgb(185,113,18); }
div.DivClassName
{
background-color: #B97112;
}
.BgClassName
{
background-color: #B97112;
}
</style>
border-color css
<style>
span { border-color: #B97112; }
span { border-color: rgb(185,113,18); }
td.TdClassName
{
border-color: #B97112;
}
.TagClassName
{
border-color: #B97112;
}
</style>