Shades of Pirate Gold #BC7529
Tints of Pirate Gold #BC7529
RGB
CMYK
RGB Variations
Color information
#BC7529 (or 0xBC7529) is known color: Pirate Gold. HEX triplet: BC, 75 and 29. RGB value is (188,117,41). Sum of RGB (Red+Green+Blue) = 188+117+41=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7529 is #438AD6. Grayscale: #818181. Windows color (decimal): -4426455 or 2717116. OLE color: 2717116.
HSL color Cylindrical-coordinate representation of color #BC7529: hue angle of 31.02º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC7529 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 41 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.26 |
| HSL | 31.02º | 0.64% | 0.45% | - |
| HSV(B) | 31.02º | 0.78% | 0.74% | - |
| XYZ | 27.5 | 23.57 | 5.2 | - |
| YUV | 129.57 | 78.02 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 41 | 0 | 0.38 | 0.78 | 0.26 | 31.02 | 0.64 | 0.45 |
| Hex | BC | 75 | 29 | 0 | 26 | 4E | 1A | 1F | 40 | 2D |
| Octal | 274 | 165 | 51 | 0 | 46 | 116 | 32 | 37 | 100 | 55 |
| Binary | 10111100 | 1110101 | 101001 | 0 | 100110 | 1001110 | 11010 | 11111 | 1000000 | 101101 |
Color Harmonies of #BC7529
Complementary color
Monochromatic Colors of #BC7529
Black with #BC7529
Text Example
Text Example
White with #BC7529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7529; }
p { color: rgb(188,117,41); }
H1.HeaderClassName
{
color: #BC7529;
}
.AnyTagClassName
{
color: #BC7529;
}
</style>
background-color css
<style>
a { background-color: #BC7529; }
a { background-color: rgb(188,117,41); }
div.DivClassName
{
background-color: #BC7529;
}
.BgClassName
{
background-color: #BC7529;
}
</style>
border-color css
<style>
span { border-color: #BC7529; }
span { border-color: rgb(188,117,41); }
td.TdClassName
{
border-color: #BC7529;
}
.TagClassName
{
border-color: #BC7529;
}
</style>