Shades of Pirate Gold #BC701C
Tints of Pirate Gold #BC701C
RGB
CMYK
RGB Variations
Color information
#BC701C (or 0xBC701C) is known color: Pirate Gold. HEX triplet: BC, 70 and 1C. RGB value is (188,112,28). Sum of RGB (Red+Green+Blue) = 188+112+28=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC701C is #438FE3. Grayscale: #7D7D7D. Windows color (decimal): -4427748 or 1863868. OLE color: 1863868.
HSL color Cylindrical-coordinate representation of color #BC701C: hue angle of 31.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC701C is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 28 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.26 |
| HSL | 31.5º | 0.74% | 0.42% | - |
| HSV(B) | 31.5º | 0.85% | 0.74% | - |
| XYZ | 26.74 | 22.36 | 4.01 | - |
| YUV | 125.15 | 73.18 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 28 | 0 | 0.40 | 0.85 | 0.26 | 31.5 | 0.74 | 0.42 |
| Hex | BC | 70 | 1C | 0 | 28 | 55 | 1A | 1F | 4A | 2A |
| Octal | 274 | 160 | 34 | 0 | 50 | 125 | 32 | 37 | 112 | 52 |
| Binary | 10111100 | 1110000 | 11100 | 0 | 101000 | 1010101 | 11010 | 11111 | 1001010 | 101010 |
Color Harmonies of #BC701C
Complementary color
Monochromatic Colors of #BC701C
Black with #BC701C
Text Example
Text Example
White with #BC701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC701C; }
p { color: rgb(188,112,28); }
H1.HeaderClassName
{
color: #BC701C;
}
.AnyTagClassName
{
color: #BC701C;
}
</style>
background-color css
<style>
a { background-color: #BC701C; }
a { background-color: rgb(188,112,28); }
div.DivClassName
{
background-color: #BC701C;
}
.BgClassName
{
background-color: #BC701C;
}
</style>
border-color css
<style>
span { border-color: #BC701C; }
span { border-color: rgb(188,112,28); }
td.TdClassName
{
border-color: #BC701C;
}
.TagClassName
{
border-color: #BC701C;
}
</style>