Shades of Pirate Gold #BA772D
Tints of Pirate Gold #BA772D
RGB
CMYK
RGB Variations
Color information
#BA772D (or 0xBA772D) is known color: Pirate Gold. HEX triplet: BA, 77 and 2D. RGB value is (186,119,45). Sum of RGB (Red+Green+Blue) = 186+119+45=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA772D is #4588D2. Grayscale: #828282. Windows color (decimal): -4557011 or 2979770. OLE color: 2979770.
HSL color Cylindrical-coordinate representation of color #BA772D: hue angle of 31.49º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA772D is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 45 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.27 |
| HSL | 31.49º | 0.61% | 0.45% | - |
| HSV(B) | 31.49º | 0.76% | 0.73% | - |
| XYZ | 27.32 | 23.82 | 5.64 | - |
| YUV | 130.6 | 79.7 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 45 | 0 | 0.36 | 0.76 | 0.27 | 31.49 | 0.61 | 0.45 |
| Hex | BA | 77 | 2D | 0 | 24 | 4C | 1B | 1F | 3D | 2D |
| Octal | 272 | 167 | 55 | 0 | 44 | 114 | 33 | 37 | 75 | 55 |
| Binary | 10111010 | 1110111 | 101101 | 0 | 100100 | 1001100 | 11011 | 11111 | 111101 | 101101 |
Color Harmonies of #BA772D
Complementary color
Monochromatic Colors of #BA772D
Black with #BA772D
Text Example
Text Example
White with #BA772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA772D; }
p { color: rgb(186,119,45); }
H1.HeaderClassName
{
color: #BA772D;
}
.AnyTagClassName
{
color: #BA772D;
}
</style>
background-color css
<style>
a { background-color: #BA772D; }
a { background-color: rgb(186,119,45); }
div.DivClassName
{
background-color: #BA772D;
}
.BgClassName
{
background-color: #BA772D;
}
</style>
border-color css
<style>
span { border-color: #BA772D; }
span { border-color: rgb(186,119,45); }
td.TdClassName
{
border-color: #BA772D;
}
.TagClassName
{
border-color: #BA772D;
}
</style>