Shades of Pirate Gold #BA761F
Tints of Pirate Gold #BA761F
RGB
CMYK
RGB Variations
Color information
#BA761F (or 0xBA761F) is known color: Pirate Gold. HEX triplet: BA, 76 and 1F. RGB value is (186,118,31). Sum of RGB (Red+Green+Blue) = 186+118+31=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA761F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA761F is #4589E0. Grayscale: #808080. Windows color (decimal): -4557281 or 2062010. OLE color: 2062010.
HSL color Cylindrical-coordinate representation of color #BA761F: hue angle of 33.68º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA761F is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 31 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.27 |
| HSL | 33.68º | 0.71% | 0.43% | - |
| HSV(B) | 33.68º | 0.83% | 0.73% | - |
| XYZ | 26.98 | 23.49 | 4.41 | - |
| YUV | 128.41 | 73.03 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 31 | 0 | 0.37 | 0.83 | 0.27 | 33.68 | 0.71 | 0.43 |
| Hex | BA | 76 | 1F | 0 | 25 | 53 | 1B | 22 | 47 | 2B |
| Octal | 272 | 166 | 37 | 0 | 45 | 123 | 33 | 42 | 107 | 53 |
| Binary | 10111010 | 1110110 | 11111 | 0 | 100101 | 1010011 | 11011 | 100010 | 1000111 | 101011 |
Color Harmonies of #BA761F
Complementary color
Monochromatic Colors of #BA761F
Black with #BA761F
Text Example
Text Example
White with #BA761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA761F; }
p { color: rgb(186,118,31); }
H1.HeaderClassName
{
color: #BA761F;
}
.AnyTagClassName
{
color: #BA761F;
}
</style>
background-color css
<style>
a { background-color: #BA761F; }
a { background-color: rgb(186,118,31); }
div.DivClassName
{
background-color: #BA761F;
}
.BgClassName
{
background-color: #BA761F;
}
</style>
border-color css
<style>
span { border-color: #BA761F; }
span { border-color: rgb(186,118,31); }
td.TdClassName
{
border-color: #BA761F;
}
.TagClassName
{
border-color: #BA761F;
}
</style>