Shades of Pirate Gold #BC731C
Tints of Pirate Gold #BC731C
RGB
CMYK
RGB Variations
Color information
#BC731C (or 0xBC731C) is known color: Pirate Gold. HEX triplet: BC, 73 and 1C. RGB value is (188,115,28). Sum of RGB (Red+Green+Blue) = 188+115+28=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC731C is #438CE3. Grayscale: #7F7F7F. Windows color (decimal): -4426980 or 1864636. OLE color: 1864636.
HSL color Cylindrical-coordinate representation of color #BC731C: hue angle of 32.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC731C is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 28 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.26 |
| HSL | 32.63º | 0.74% | 0.42% | - |
| HSV(B) | 32.63º | 0.85% | 0.74% | - |
| XYZ | 27.08 | 23.04 | 4.12 | - |
| YUV | 126.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 28 | 0 | 0.39 | 0.85 | 0.26 | 32.63 | 0.74 | 0.42 |
| Hex | BC | 73 | 1C | 0 | 27 | 55 | 1A | 21 | 4A | 2A |
| Octal | 274 | 163 | 34 | 0 | 47 | 125 | 32 | 41 | 112 | 52 |
| Binary | 10111100 | 1110011 | 11100 | 0 | 100111 | 1010101 | 11010 | 100001 | 1001010 | 101010 |
Color Harmonies of #BC731C
Complementary color
Monochromatic Colors of #BC731C
Black with #BC731C
Text Example
Text Example
White with #BC731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC731C; }
p { color: rgb(188,115,28); }
H1.HeaderClassName
{
color: #BC731C;
}
.AnyTagClassName
{
color: #BC731C;
}
</style>
background-color css
<style>
a { background-color: #BC731C; }
a { background-color: rgb(188,115,28); }
div.DivClassName
{
background-color: #BC731C;
}
.BgClassName
{
background-color: #BC731C;
}
</style>
border-color css
<style>
span { border-color: #BC731C; }
span { border-color: rgb(188,115,28); }
td.TdClassName
{
border-color: #BC731C;
}
.TagClassName
{
border-color: #BC731C;
}
</style>