Shades of Pirate Gold #BA7224
Tints of Pirate Gold #BA7224
RGB
CMYK
RGB Variations
Color information
#BA7224 (or 0xBA7224) is known color: Pirate Gold. HEX triplet: BA, 72 and 24. RGB value is (186,114,36). Sum of RGB (Red+Green+Blue) = 186+114+36=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7224 is #458DDB. Grayscale: #7F7F7F. Windows color (decimal): -4558300 or 2388666. OLE color: 2388666.
HSL color Cylindrical-coordinate representation of color #BA7224: hue angle of 31.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA7224 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 36 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.27 |
| HSL | 31.2º | 0.68% | 0.44% | - |
| HSV(B) | 31.2º | 0.81% | 0.73% | - |
| XYZ | 26.59 | 22.6 | 4.63 | - |
| YUV | 126.64 | 76.85 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 36 | 0 | 0.39 | 0.81 | 0.27 | 31.2 | 0.68 | 0.44 |
| Hex | BA | 72 | 24 | 0 | 27 | 51 | 1B | 1F | 44 | 2C |
| Octal | 272 | 162 | 44 | 0 | 47 | 121 | 33 | 37 | 104 | 54 |
| Binary | 10111010 | 1110010 | 100100 | 0 | 100111 | 1010001 | 11011 | 11111 | 1000100 | 101100 |
Color Harmonies of #BA7224
Complementary color
Monochromatic Colors of #BA7224
Black with #BA7224
Text Example
Text Example
White with #BA7224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7224; }
p { color: rgb(186,114,36); }
H1.HeaderClassName
{
color: #BA7224;
}
.AnyTagClassName
{
color: #BA7224;
}
</style>
background-color css
<style>
a { background-color: #BA7224; }
a { background-color: rgb(186,114,36); }
div.DivClassName
{
background-color: #BA7224;
}
.BgClassName
{
background-color: #BA7224;
}
</style>
border-color css
<style>
span { border-color: #BA7224; }
span { border-color: rgb(186,114,36); }
td.TdClassName
{
border-color: #BA7224;
}
.TagClassName
{
border-color: #BA7224;
}
</style>