Shades of Pirate Gold #BA751A
Tints of Pirate Gold #BA751A
RGB
CMYK
RGB Variations
Color information
#BA751A (or 0xBA751A) is known color: Pirate Gold. HEX triplet: BA, 75 and 1A. RGB value is (186,117,26). Sum of RGB (Red+Green+Blue) = 186+117+26=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA751A is #458AE5. Grayscale: #7F7F7F. Windows color (decimal): -4557542 or 1734074. OLE color: 1734074.
HSL color Cylindrical-coordinate representation of color #BA751A: hue angle of 34.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA751A is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 26 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.27 |
| HSL | 34.13º | 0.75% | 0.42% | - |
| HSV(B) | 34.13º | 0.86% | 0.73% | - |
| XYZ | 26.8 | 23.24 | 4.05 | - |
| YUV | 127.26 | 70.86 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 26 | 0 | 0.37 | 0.86 | 0.27 | 34.13 | 0.75 | 0.42 |
| Hex | BA | 75 | 1A | 0 | 25 | 56 | 1B | 22 | 4B | 2A |
| Octal | 272 | 165 | 32 | 0 | 45 | 126 | 33 | 42 | 113 | 52 |
| Binary | 10111010 | 1110101 | 11010 | 0 | 100101 | 1010110 | 11011 | 100010 | 1001011 | 101010 |
Color Harmonies of #BA751A
Complementary color
Monochromatic Colors of #BA751A
Black with #BA751A
Text Example
Text Example
White with #BA751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA751A; }
p { color: rgb(186,117,26); }
H1.HeaderClassName
{
color: #BA751A;
}
.AnyTagClassName
{
color: #BA751A;
}
</style>
background-color css
<style>
a { background-color: #BA751A; }
a { background-color: rgb(186,117,26); }
div.DivClassName
{
background-color: #BA751A;
}
.BgClassName
{
background-color: #BA751A;
}
</style>
border-color css
<style>
span { border-color: #BA751A; }
span { border-color: rgb(186,117,26); }
td.TdClassName
{
border-color: #BA751A;
}
.TagClassName
{
border-color: #BA751A;
}
</style>