Shades of Pirate Gold #BC7228
Tints of Pirate Gold #BC7228
RGB
CMYK
RGB Variations
Color information
#BC7228 (or 0xBC7228) is known color: Pirate Gold. HEX triplet: BC, 72 and 28. RGB value is (188,114,40). Sum of RGB (Red+Green+Blue) = 188+114+40=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7228 is #438DD7. Grayscale: #808080. Windows color (decimal): -4427224 or 2650812. OLE color: 2650812.
HSL color Cylindrical-coordinate representation of color #BC7228: hue angle of 30º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC7228 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 40 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.26 |
| HSL | 30º | 0.65% | 0.45% | - |
| HSV(B) | 30º | 0.79% | 0.74% | - |
| XYZ | 27.14 | 22.88 | 4.99 | - |
| YUV | 127.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 40 | 0 | 0.39 | 0.79 | 0.26 | 30 | 0.65 | 0.45 |
| Hex | BC | 72 | 28 | 0 | 27 | 4F | 1A | 1E | 41 | 2D |
| Octal | 274 | 162 | 50 | 0 | 47 | 117 | 32 | 36 | 101 | 55 |
| Binary | 10111100 | 1110010 | 101000 | 0 | 100111 | 1001111 | 11010 | 11110 | 1000001 | 101101 |
Color Harmonies of #BC7228
Complementary color
Monochromatic Colors of #BC7228
Black with #BC7228
Text Example
Text Example
White with #BC7228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7228; }
p { color: rgb(188,114,40); }
H1.HeaderClassName
{
color: #BC7228;
}
.AnyTagClassName
{
color: #BC7228;
}
</style>
background-color css
<style>
a { background-color: #BC7228; }
a { background-color: rgb(188,114,40); }
div.DivClassName
{
background-color: #BC7228;
}
.BgClassName
{
background-color: #BC7228;
}
</style>
border-color css
<style>
span { border-color: #BC7228; }
span { border-color: rgb(188,114,40); }
td.TdClassName
{
border-color: #BC7228;
}
.TagClassName
{
border-color: #BC7228;
}
</style>