Shades of Pirate Gold #BC731A
Tints of Pirate Gold #BC731A
RGB
CMYK
RGB Variations
Color information
#BC731A (or 0xBC731A) is known color: Pirate Gold. HEX triplet: BC, 73 and 1A. RGB value is (188,115,26). Sum of RGB (Red+Green+Blue) = 188+115+26=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC731A is #438CE5. Grayscale: #7F7F7F. Windows color (decimal): -4426982 or 1733564. OLE color: 1733564.
HSL color Cylindrical-coordinate representation of color #BC731A: hue angle of 32.96º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC731A is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 26 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.26 |
| HSL | 32.96º | 0.76% | 0.42% | - |
| HSV(B) | 32.96º | 0.86% | 0.74% | - |
| XYZ | 27.06 | 23.03 | 4 | - |
| YUV | 126.68 | 71.18 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 26 | 0 | 0.39 | 0.86 | 0.26 | 32.96 | 0.76 | 0.42 |
| Hex | BC | 73 | 1A | 0 | 27 | 56 | 1A | 21 | 4C | 2A |
| Octal | 274 | 163 | 32 | 0 | 47 | 126 | 32 | 41 | 114 | 52 |
| Binary | 10111100 | 1110011 | 11010 | 0 | 100111 | 1010110 | 11010 | 100001 | 1001100 | 101010 |
Color Harmonies of #BC731A
Complementary color
Monochromatic Colors of #BC731A
Black with #BC731A
Text Example
Text Example
White with #BC731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC731A; }
p { color: rgb(188,115,26); }
H1.HeaderClassName
{
color: #BC731A;
}
.AnyTagClassName
{
color: #BC731A;
}
</style>
background-color css
<style>
a { background-color: #BC731A; }
a { background-color: rgb(188,115,26); }
div.DivClassName
{
background-color: #BC731A;
}
.BgClassName
{
background-color: #BC731A;
}
</style>
border-color css
<style>
span { border-color: #BC731A; }
span { border-color: rgb(188,115,26); }
td.TdClassName
{
border-color: #BC731A;
}
.TagClassName
{
border-color: #BC731A;
}
</style>