Shades of Pirate Gold #BC7C30
Tints of Pirate Gold #BC7C30
RGB
CMYK
RGB Variations
Color information
#BC7C30 (or 0xBC7C30) is known color: Pirate Gold. HEX triplet: BC, 7C and 30. RGB value is (188,124,48). Sum of RGB (Red+Green+Blue) = 188+124+48=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C30 is #4383CF. Grayscale: #868686. Windows color (decimal): -4424656 or 3177660. OLE color: 3177660.
HSL color Cylindrical-coordinate representation of color #BC7C30: hue angle of 32.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC7C30 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 48 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.26 |
| HSL | 32.57º | 0.59% | 0.46% | - |
| HSV(B) | 32.57º | 0.74% | 0.74% | - |
| XYZ | 28.48 | 25.32 | 6.18 | - |
| YUV | 134.47 | 79.2 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 48 | 0 | 0.34 | 0.74 | 0.26 | 32.57 | 0.59 | 0.46 |
| Hex | BC | 7C | 30 | 0 | 22 | 4A | 1A | 21 | 3B | 2E |
| Octal | 274 | 174 | 60 | 0 | 42 | 112 | 32 | 41 | 73 | 56 |
| Binary | 10111100 | 1111100 | 110000 | 0 | 100010 | 1001010 | 11010 | 100001 | 111011 | 101110 |
Color Harmonies of #BC7C30
Complementary color
Monochromatic Colors of #BC7C30
Black with #BC7C30
Text Example
Text Example
White with #BC7C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C30; }
p { color: rgb(188,124,48); }
H1.HeaderClassName
{
color: #BC7C30;
}
.AnyTagClassName
{
color: #BC7C30;
}
</style>
background-color css
<style>
a { background-color: #BC7C30; }
a { background-color: rgb(188,124,48); }
div.DivClassName
{
background-color: #BC7C30;
}
.BgClassName
{
background-color: #BC7C30;
}
</style>
border-color css
<style>
span { border-color: #BC7C30; }
span { border-color: rgb(188,124,48); }
td.TdClassName
{
border-color: #BC7C30;
}
.TagClassName
{
border-color: #BC7C30;
}
</style>