Shades of Pirate Gold #BC751D
Tints of Pirate Gold #BC751D
RGB
CMYK
RGB Variations
Color information
#BC751D (or 0xBC751D) is known color: Pirate Gold. HEX triplet: BC, 75 and 1D. RGB value is (188,117,29). Sum of RGB (Red+Green+Blue) = 188+117+29=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC751D is #438AE2. Grayscale: #808080. Windows color (decimal): -4426467 or 1930684. OLE color: 1930684.
HSL color Cylindrical-coordinate representation of color #BC751D: hue angle of 33.21º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC751D is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 29 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.26 |
| HSL | 33.21º | 0.73% | 0.43% | - |
| HSV(B) | 33.21º | 0.85% | 0.74% | - |
| XYZ | 27.32 | 23.5 | 4.26 | - |
| YUV | 128.2 | 72.02 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 29 | 0 | 0.38 | 0.85 | 0.26 | 33.21 | 0.73 | 0.43 |
| Hex | BC | 75 | 1D | 0 | 26 | 55 | 1A | 21 | 49 | 2B |
| Octal | 274 | 165 | 35 | 0 | 46 | 125 | 32 | 41 | 111 | 53 |
| Binary | 10111100 | 1110101 | 11101 | 0 | 100110 | 1010101 | 11010 | 100001 | 1001001 | 101011 |
Color Harmonies of #BC751D
Complementary color
Monochromatic Colors of #BC751D
Black with #BC751D
Text Example
Text Example
White with #BC751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC751D; }
p { color: rgb(188,117,29); }
H1.HeaderClassName
{
color: #BC751D;
}
.AnyTagClassName
{
color: #BC751D;
}
</style>
background-color css
<style>
a { background-color: #BC751D; }
a { background-color: rgb(188,117,29); }
div.DivClassName
{
background-color: #BC751D;
}
.BgClassName
{
background-color: #BC751D;
}
</style>
border-color css
<style>
span { border-color: #BC751D; }
span { border-color: rgb(188,117,29); }
td.TdClassName
{
border-color: #BC751D;
}
.TagClassName
{
border-color: #BC751D;
}
</style>