Shades of Pirate Gold #BC731D
Tints of Pirate Gold #BC731D
RGB
CMYK
RGB Variations
Color information
#BC731D (or 0xBC731D) is known color: Pirate Gold. HEX triplet: BC, 73 and 1D. RGB value is (188,115,29). Sum of RGB (Red+Green+Blue) = 188+115+29=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC731D is #438CE2. Grayscale: #7F7F7F. Windows color (decimal): -4426979 or 1930172. OLE color: 1930172.
HSL color Cylindrical-coordinate representation of color #BC731D: hue angle of 32.45º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC731D is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 29 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.26 |
| HSL | 32.45º | 0.73% | 0.43% | - |
| HSV(B) | 32.45º | 0.85% | 0.74% | - |
| XYZ | 27.09 | 23.04 | 4.18 | - |
| YUV | 127.02 | 72.68 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 29 | 0 | 0.39 | 0.85 | 0.26 | 32.45 | 0.73 | 0.43 |
| Hex | BC | 73 | 1D | 0 | 27 | 55 | 1A | 20 | 49 | 2B |
| Octal | 274 | 163 | 35 | 0 | 47 | 125 | 32 | 40 | 111 | 53 |
| Binary | 10111100 | 1110011 | 11101 | 0 | 100111 | 1010101 | 11010 | 100000 | 1001001 | 101011 |
Color Harmonies of #BC731D
Complementary color
Monochromatic Colors of #BC731D
Black with #BC731D
Text Example
Text Example
White with #BC731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC731D; }
p { color: rgb(188,115,29); }
H1.HeaderClassName
{
color: #BC731D;
}
.AnyTagClassName
{
color: #BC731D;
}
</style>
background-color css
<style>
a { background-color: #BC731D; }
a { background-color: rgb(188,115,29); }
div.DivClassName
{
background-color: #BC731D;
}
.BgClassName
{
background-color: #BC731D;
}
</style>
border-color css
<style>
span { border-color: #BC731D; }
span { border-color: rgb(188,115,29); }
td.TdClassName
{
border-color: #BC731D;
}
.TagClassName
{
border-color: #BC731D;
}
</style>