Shades of Pirate Gold #BA7228
Tints of Pirate Gold #BA7228
RGB
CMYK
RGB Variations
Color information
#BA7228 (or 0xBA7228) is known color: Pirate Gold. HEX triplet: BA, 72 and 28. RGB value is (186,114,40). Sum of RGB (Red+Green+Blue) = 186+114+40=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7228 is #458DD7. Grayscale: #7F7F7F. Windows color (decimal): -4558296 or 2650810. OLE color: 2650810.
HSL color Cylindrical-coordinate representation of color #BA7228: hue angle of 30.41º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA7228 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 40 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.27 |
| HSL | 30.41º | 0.65% | 0.44% | - |
| HSV(B) | 30.41º | 0.78% | 0.73% | - |
| XYZ | 26.65 | 22.63 | 4.97 | - |
| YUV | 127.09 | 78.85 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 40 | 0 | 0.39 | 0.78 | 0.27 | 30.41 | 0.65 | 0.44 |
| Hex | BA | 72 | 28 | 0 | 27 | 4E | 1B | 1E | 41 | 2C |
| Octal | 272 | 162 | 50 | 0 | 47 | 116 | 33 | 36 | 101 | 54 |
| Binary | 10111010 | 1110010 | 101000 | 0 | 100111 | 1001110 | 11011 | 11110 | 1000001 | 101100 |
Color Harmonies of #BA7228
Complementary color
Monochromatic Colors of #BA7228
Black with #BA7228
Text Example
Text Example
White with #BA7228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7228; }
p { color: rgb(186,114,40); }
H1.HeaderClassName
{
color: #BA7228;
}
.AnyTagClassName
{
color: #BA7228;
}
</style>
background-color css
<style>
a { background-color: #BA7228; }
a { background-color: rgb(186,114,40); }
div.DivClassName
{
background-color: #BA7228;
}
.BgClassName
{
background-color: #BA7228;
}
</style>
border-color css
<style>
span { border-color: #BA7228; }
span { border-color: rgb(186,114,40); }
td.TdClassName
{
border-color: #BA7228;
}
.TagClassName
{
border-color: #BA7228;
}
</style>