Shades of Pirate Gold #BC731B
Tints of Pirate Gold #BC731B
RGB
CMYK
RGB Variations
Color information
#BC731B (or 0xBC731B) is known color: Pirate Gold. HEX triplet: BC, 73 and 1B. RGB value is (188,115,27). Sum of RGB (Red+Green+Blue) = 188+115+27=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC731B is #438CE4. Grayscale: #7F7F7F. Windows color (decimal): -4426981 or 1799100. OLE color: 1799100.
HSL color Cylindrical-coordinate representation of color #BC731B: hue angle of 32.8º degrees, saturation: 0.75, 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 #BC731B is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 27 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.26 |
| HSL | 32.8º | 0.75% | 0.42% | - |
| HSV(B) | 32.8º | 0.86% | 0.74% | - |
| XYZ | 27.07 | 23.03 | 4.06 | - |
| YUV | 126.8 | 71.68 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 27 | 0 | 0.39 | 0.86 | 0.26 | 32.8 | 0.75 | 0.42 |
| Hex | BC | 73 | 1B | 0 | 27 | 56 | 1A | 21 | 4B | 2A |
| Octal | 274 | 163 | 33 | 0 | 47 | 126 | 32 | 41 | 113 | 52 |
| Binary | 10111100 | 1110011 | 11011 | 0 | 100111 | 1010110 | 11010 | 100001 | 1001011 | 101010 |
Color Harmonies of #BC731B
Complementary color
Monochromatic Colors of #BC731B
Black with #BC731B
Text Example
Text Example
White with #BC731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC731B; }
p { color: rgb(188,115,27); }
H1.HeaderClassName
{
color: #BC731B;
}
.AnyTagClassName
{
color: #BC731B;
}
</style>
background-color css
<style>
a { background-color: #BC731B; }
a { background-color: rgb(188,115,27); }
div.DivClassName
{
background-color: #BC731B;
}
.BgClassName
{
background-color: #BC731B;
}
</style>
border-color css
<style>
span { border-color: #BC731B; }
span { border-color: rgb(188,115,27); }
td.TdClassName
{
border-color: #BC731B;
}
.TagClassName
{
border-color: #BC731B;
}
</style>