Shades of Pirate Gold #BC701F
Tints of Pirate Gold #BC701F
RGB
CMYK
RGB Variations
Color information
#BC701F (or 0xBC701F) is known color: Pirate Gold. HEX triplet: BC, 70 and 1F. RGB value is (188,112,31). Sum of RGB (Red+Green+Blue) = 188+112+31=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC701F is #438FE0. Grayscale: #7D7D7D. Windows color (decimal): -4427745 or 2060476. OLE color: 2060476.
HSL color Cylindrical-coordinate representation of color #BC701F: hue angle of 30.96º 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 #BC701F is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 31 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.26 |
| HSL | 30.96º | 0.72% | 0.43% | - |
| HSV(B) | 30.96º | 0.84% | 0.74% | - |
| XYZ | 26.78 | 22.38 | 4.2 | - |
| YUV | 125.49 | 74.68 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 31 | 0 | 0.40 | 0.84 | 0.26 | 30.96 | 0.72 | 0.43 |
| Hex | BC | 70 | 1F | 0 | 28 | 54 | 1A | 1F | 48 | 2B |
| Octal | 274 | 160 | 37 | 0 | 50 | 124 | 32 | 37 | 110 | 53 |
| Binary | 10111100 | 1110000 | 11111 | 0 | 101000 | 1010100 | 11010 | 11111 | 1001000 | 101011 |
Color Harmonies of #BC701F
Complementary color
Monochromatic Colors of #BC701F
Black with #BC701F
Text Example
Text Example
White with #BC701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC701F; }
p { color: rgb(188,112,31); }
H1.HeaderClassName
{
color: #BC701F;
}
.AnyTagClassName
{
color: #BC701F;
}
</style>
background-color css
<style>
a { background-color: #BC701F; }
a { background-color: rgb(188,112,31); }
div.DivClassName
{
background-color: #BC701F;
}
.BgClassName
{
background-color: #BC701F;
}
</style>
border-color css
<style>
span { border-color: #BC701F; }
span { border-color: rgb(188,112,31); }
td.TdClassName
{
border-color: #BC701F;
}
.TagClassName
{
border-color: #BC701F;
}
</style>