Shades of Pirate Gold #BC701E
Tints of Pirate Gold #BC701E
RGB
CMYK
RGB Variations
Color information
#BC701E (or 0xBC701E) is known color: Pirate Gold. HEX triplet: BC, 70 and 1E. RGB value is (188,112,30). Sum of RGB (Red+Green+Blue) = 188+112+30=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC701E is #438FE1. Grayscale: #7D7D7D. Windows color (decimal): -4427746 or 1994940. OLE color: 1994940.
HSL color Cylindrical-coordinate representation of color #BC701E: hue angle of 31.14º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC701E is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 30 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.26 |
| HSL | 31.14º | 0.72% | 0.43% | - |
| HSV(B) | 31.14º | 0.84% | 0.74% | - |
| XYZ | 26.77 | 22.37 | 4.14 | - |
| YUV | 125.38 | 74.18 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 30 | 0 | 0.40 | 0.84 | 0.26 | 31.14 | 0.72 | 0.43 |
| Hex | BC | 70 | 1E | 0 | 28 | 54 | 1A | 1F | 48 | 2B |
| Octal | 274 | 160 | 36 | 0 | 50 | 124 | 32 | 37 | 110 | 53 |
| Binary | 10111100 | 1110000 | 11110 | 0 | 101000 | 1010100 | 11010 | 11111 | 1001000 | 101011 |
Color Harmonies of #BC701E
Complementary color
Monochromatic Colors of #BC701E
Black with #BC701E
Text Example
Text Example
White with #BC701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC701E; }
p { color: rgb(188,112,30); }
H1.HeaderClassName
{
color: #BC701E;
}
.AnyTagClassName
{
color: #BC701E;
}
</style>
background-color css
<style>
a { background-color: #BC701E; }
a { background-color: rgb(188,112,30); }
div.DivClassName
{
background-color: #BC701E;
}
.BgClassName
{
background-color: #BC701E;
}
</style>
border-color css
<style>
span { border-color: #BC701E; }
span { border-color: rgb(188,112,30); }
td.TdClassName
{
border-color: #BC701E;
}
.TagClassName
{
border-color: #BC701E;
}
</style>