Shades of Pirate Gold #BA751C
Tints of Pirate Gold #BA751C
RGB
CMYK
RGB Variations
Color information
#BA751C (or 0xBA751C) is known color: Pirate Gold. HEX triplet: BA, 75 and 1C. RGB value is (186,117,28). Sum of RGB (Red+Green+Blue) = 186+117+28=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA751C is #458AE3. Grayscale: #7F7F7F. Windows color (decimal): -4557540 or 1865146. OLE color: 1865146.
HSL color Cylindrical-coordinate representation of color #BA751C: hue angle of 33.8º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA751C is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 28 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.27 |
| HSL | 33.8º | 0.74% | 0.42% | - |
| HSV(B) | 33.8º | 0.85% | 0.73% | - |
| XYZ | 26.82 | 23.25 | 4.17 | - |
| YUV | 127.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 28 | 0 | 0.37 | 0.85 | 0.27 | 33.8 | 0.74 | 0.42 |
| Hex | BA | 75 | 1C | 0 | 25 | 55 | 1B | 22 | 4A | 2A |
| Octal | 272 | 165 | 34 | 0 | 45 | 125 | 33 | 42 | 112 | 52 |
| Binary | 10111010 | 1110101 | 11100 | 0 | 100101 | 1010101 | 11011 | 100010 | 1001010 | 101010 |
Color Harmonies of #BA751C
Complementary color
Monochromatic Colors of #BA751C
Black with #BA751C
Text Example
Text Example
White with #BA751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA751C; }
p { color: rgb(186,117,28); }
H1.HeaderClassName
{
color: #BA751C;
}
.AnyTagClassName
{
color: #BA751C;
}
</style>
background-color css
<style>
a { background-color: #BA751C; }
a { background-color: rgb(186,117,28); }
div.DivClassName
{
background-color: #BA751C;
}
.BgClassName
{
background-color: #BA751C;
}
</style>
border-color css
<style>
span { border-color: #BA751C; }
span { border-color: rgb(186,117,28); }
td.TdClassName
{
border-color: #BA751C;
}
.TagClassName
{
border-color: #BA751C;
}
</style>