Shades of Pirate Gold #BA7B28
Tints of Pirate Gold #BA7B28
RGB
CMYK
RGB Variations
Color information
#BA7B28 (or 0xBA7B28) is known color: Pirate Gold. HEX triplet: BA, 7B and 28. RGB value is (186,123,40). Sum of RGB (Red+Green+Blue) = 186+123+40=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B28 is #4584D7. Grayscale: #848484. Windows color (decimal): -4555992 or 2653114. OLE color: 2653114.
HSL color Cylindrical-coordinate representation of color #BA7B28: hue angle of 34.11º 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 #BA7B28 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 40 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.27 |
| HSL | 34.11º | 0.65% | 0.44% | - |
| HSV(B) | 34.11º | 0.78% | 0.73% | - |
| XYZ | 27.72 | 24.76 | 5.33 | - |
| YUV | 132.38 | 75.87 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 40 | 0 | 0.34 | 0.78 | 0.27 | 34.11 | 0.65 | 0.44 |
| Hex | BA | 7B | 28 | 0 | 22 | 4E | 1B | 22 | 41 | 2C |
| Octal | 272 | 173 | 50 | 0 | 42 | 116 | 33 | 42 | 101 | 54 |
| Binary | 10111010 | 1111011 | 101000 | 0 | 100010 | 1001110 | 11011 | 100010 | 1000001 | 101100 |
Color Harmonies of #BA7B28
Complementary color
Monochromatic Colors of #BA7B28
Black with #BA7B28
Text Example
Text Example
White with #BA7B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B28; }
p { color: rgb(186,123,40); }
H1.HeaderClassName
{
color: #BA7B28;
}
.AnyTagClassName
{
color: #BA7B28;
}
</style>
background-color css
<style>
a { background-color: #BA7B28; }
a { background-color: rgb(186,123,40); }
div.DivClassName
{
background-color: #BA7B28;
}
.BgClassName
{
background-color: #BA7B28;
}
</style>
border-color css
<style>
span { border-color: #BA7B28; }
span { border-color: rgb(186,123,40); }
td.TdClassName
{
border-color: #BA7B28;
}
.TagClassName
{
border-color: #BA7B28;
}
</style>