Shades of Pirate Gold #BC752A
Tints of Pirate Gold #BC752A
RGB
CMYK
RGB Variations
Color information
#BC752A (or 0xBC752A) is known color: Pirate Gold. HEX triplet: BC, 75 and 2A. RGB value is (188,117,42). Sum of RGB (Red+Green+Blue) = 188+117+42=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC752A is #438AD5. Grayscale: #828282. Windows color (decimal): -4426454 or 2782652. OLE color: 2782652.
HSL color Cylindrical-coordinate representation of color #BC752A: hue angle of 30.82º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC752A is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 42 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.26 |
| HSL | 30.82º | 0.63% | 0.45% | - |
| HSV(B) | 30.82º | 0.78% | 0.74% | - |
| XYZ | 27.52 | 23.58 | 5.29 | - |
| YUV | 129.68 | 78.52 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 42 | 0 | 0.38 | 0.78 | 0.26 | 30.82 | 0.63 | 0.45 |
| Hex | BC | 75 | 2A | 0 | 26 | 4E | 1A | 1F | 3F | 2D |
| Octal | 274 | 165 | 52 | 0 | 46 | 116 | 32 | 37 | 77 | 55 |
| Binary | 10111100 | 1110101 | 101010 | 0 | 100110 | 1001110 | 11010 | 11111 | 111111 | 101101 |
Color Harmonies of #BC752A
Complementary color
Monochromatic Colors of #BC752A
Black with #BC752A
Text Example
Text Example
White with #BC752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC752A; }
p { color: rgb(188,117,42); }
H1.HeaderClassName
{
color: #BC752A;
}
.AnyTagClassName
{
color: #BC752A;
}
</style>
background-color css
<style>
a { background-color: #BC752A; }
a { background-color: rgb(188,117,42); }
div.DivClassName
{
background-color: #BC752A;
}
.BgClassName
{
background-color: #BC752A;
}
</style>
border-color css
<style>
span { border-color: #BC752A; }
span { border-color: rgb(188,117,42); }
td.TdClassName
{
border-color: #BC752A;
}
.TagClassName
{
border-color: #BC752A;
}
</style>