Shades of Pirate Gold #BC731E
Tints of Pirate Gold #BC731E
RGB
CMYK
RGB Variations
Color information
#BC731E (or 0xBC731E) is known color: Pirate Gold. HEX triplet: BC, 73 and 1E. RGB value is (188,115,30). Sum of RGB (Red+Green+Blue) = 188+115+30=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC731E is #438CE1. Grayscale: #7F7F7F. Windows color (decimal): -4426978 or 1995708. OLE color: 1995708.
HSL color Cylindrical-coordinate representation of color #BC731E: hue angle of 32.28º 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 #BC731E is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 30 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.26 |
| HSL | 32.28º | 0.72% | 0.43% | - |
| HSV(B) | 32.28º | 0.84% | 0.74% | - |
| XYZ | 27.1 | 23.05 | 4.25 | - |
| YUV | 127.14 | 73.18 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 30 | 0 | 0.39 | 0.84 | 0.26 | 32.28 | 0.72 | 0.43 |
| Hex | BC | 73 | 1E | 0 | 27 | 54 | 1A | 20 | 48 | 2B |
| Octal | 274 | 163 | 36 | 0 | 47 | 124 | 32 | 40 | 110 | 53 |
| Binary | 10111100 | 1110011 | 11110 | 0 | 100111 | 1010100 | 11010 | 100000 | 1001000 | 101011 |
Color Harmonies of #BC731E
Complementary color
Monochromatic Colors of #BC731E
Black with #BC731E
Text Example
Text Example
White with #BC731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC731E; }
p { color: rgb(188,115,30); }
H1.HeaderClassName
{
color: #BC731E;
}
.AnyTagClassName
{
color: #BC731E;
}
</style>
background-color css
<style>
a { background-color: #BC731E; }
a { background-color: rgb(188,115,30); }
div.DivClassName
{
background-color: #BC731E;
}
.BgClassName
{
background-color: #BC731E;
}
</style>
border-color css
<style>
span { border-color: #BC731E; }
span { border-color: rgb(188,115,30); }
td.TdClassName
{
border-color: #BC731E;
}
.TagClassName
{
border-color: #BC731E;
}
</style>