Shades of Pirate Gold #BC741F
Tints of Pirate Gold #BC741F
RGB
CMYK
RGB Variations
Color information
#BC741F (or 0xBC741F) is known color: Pirate Gold. HEX triplet: BC, 74 and 1F. RGB value is (188,116,31). Sum of RGB (Red+Green+Blue) = 188+116+31=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC741F is #438BE0. Grayscale: #808080. Windows color (decimal): -4426721 or 2061500. OLE color: 2061500.
HSL color Cylindrical-coordinate representation of color #BC741F: hue angle of 32.48º 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 #BC741F is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 31 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.26 |
| HSL | 32.48º | 0.72% | 0.43% | - |
| HSV(B) | 32.48º | 0.84% | 0.74% | - |
| XYZ | 27.23 | 23.28 | 4.35 | - |
| YUV | 127.84 | 73.35 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 31 | 0 | 0.38 | 0.84 | 0.26 | 32.48 | 0.72 | 0.43 |
| Hex | BC | 74 | 1F | 0 | 26 | 54 | 1A | 20 | 48 | 2B |
| Octal | 274 | 164 | 37 | 0 | 46 | 124 | 32 | 40 | 110 | 53 |
| Binary | 10111100 | 1110100 | 11111 | 0 | 100110 | 1010100 | 11010 | 100000 | 1001000 | 101011 |
Color Harmonies of #BC741F
Complementary color
Monochromatic Colors of #BC741F
Black with #BC741F
Text Example
Text Example
White with #BC741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC741F; }
p { color: rgb(188,116,31); }
H1.HeaderClassName
{
color: #BC741F;
}
.AnyTagClassName
{
color: #BC741F;
}
</style>
background-color css
<style>
a { background-color: #BC741F; }
a { background-color: rgb(188,116,31); }
div.DivClassName
{
background-color: #BC741F;
}
.BgClassName
{
background-color: #BC741F;
}
</style>
border-color css
<style>
span { border-color: #BC741F; }
span { border-color: rgb(188,116,31); }
td.TdClassName
{
border-color: #BC741F;
}
.TagClassName
{
border-color: #BC741F;
}
</style>