Shades of Pirate Gold #BC742B
Tints of Pirate Gold #BC742B
RGB
CMYK
RGB Variations
Color information
#BC742B (or 0xBC742B) is known color: Pirate Gold. HEX triplet: BC, 74 and 2B. RGB value is (188,116,43). Sum of RGB (Red+Green+Blue) = 188+116+43=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC742B is #438BD4. Grayscale: #818181. Windows color (decimal): -4426709 or 2847932. OLE color: 2847932.
HSL color Cylindrical-coordinate representation of color #BC742B: hue angle of 30.21º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC742B is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 43 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.26 |
| HSL | 30.21º | 0.63% | 0.45% | - |
| HSV(B) | 30.21º | 0.77% | 0.74% | - |
| XYZ | 27.42 | 23.36 | 5.35 | - |
| YUV | 129.21 | 79.35 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 43 | 0 | 0.38 | 0.77 | 0.26 | 30.21 | 0.63 | 0.45 |
| Hex | BC | 74 | 2B | 0 | 26 | 4D | 1A | 1E | 3F | 2D |
| Octal | 274 | 164 | 53 | 0 | 46 | 115 | 32 | 36 | 77 | 55 |
| Binary | 10111100 | 1110100 | 101011 | 0 | 100110 | 1001101 | 11010 | 11110 | 111111 | 101101 |
Color Harmonies of #BC742B
Complementary color
Monochromatic Colors of #BC742B
Black with #BC742B
Text Example
Text Example
White with #BC742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC742B; }
p { color: rgb(188,116,43); }
H1.HeaderClassName
{
color: #BC742B;
}
.AnyTagClassName
{
color: #BC742B;
}
</style>
background-color css
<style>
a { background-color: #BC742B; }
a { background-color: rgb(188,116,43); }
div.DivClassName
{
background-color: #BC742B;
}
.BgClassName
{
background-color: #BC742B;
}
</style>
border-color css
<style>
span { border-color: #BC742B; }
span { border-color: rgb(188,116,43); }
td.TdClassName
{
border-color: #BC742B;
}
.TagClassName
{
border-color: #BC742B;
}
</style>