Shades of Pirate Gold #BC761D
Tints of Pirate Gold #BC761D
RGB
CMYK
RGB Variations
Color information
#BC761D (or 0xBC761D) is known color: Pirate Gold. HEX triplet: BC, 76 and 1D. RGB value is (188,118,29). Sum of RGB (Red+Green+Blue) = 188+118+29=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC761D is #4389E2. Grayscale: #818181. Windows color (decimal): -4426211 or 1930940. OLE color: 1930940.
HSL color Cylindrical-coordinate representation of color #BC761D: hue angle of 33.58º 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 #BC761D is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 29 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.26 |
| HSL | 33.58º | 0.73% | 0.43% | - |
| HSV(B) | 33.58º | 0.85% | 0.74% | - |
| XYZ | 27.44 | 23.74 | 4.3 | - |
| YUV | 128.78 | 71.69 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 29 | 0 | 0.37 | 0.85 | 0.26 | 33.58 | 0.73 | 0.43 |
| Hex | BC | 76 | 1D | 0 | 25 | 55 | 1A | 22 | 49 | 2B |
| Octal | 274 | 166 | 35 | 0 | 45 | 125 | 32 | 42 | 111 | 53 |
| Binary | 10111100 | 1110110 | 11101 | 0 | 100101 | 1010101 | 11010 | 100010 | 1001001 | 101011 |
Color Harmonies of #BC761D
Complementary color
Monochromatic Colors of #BC761D
Black with #BC761D
Text Example
Text Example
White with #BC761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC761D; }
p { color: rgb(188,118,29); }
H1.HeaderClassName
{
color: #BC761D;
}
.AnyTagClassName
{
color: #BC761D;
}
</style>
background-color css
<style>
a { background-color: #BC761D; }
a { background-color: rgb(188,118,29); }
div.DivClassName
{
background-color: #BC761D;
}
.BgClassName
{
background-color: #BC761D;
}
</style>
border-color css
<style>
span { border-color: #BC761D; }
span { border-color: rgb(188,118,29); }
td.TdClassName
{
border-color: #BC761D;
}
.TagClassName
{
border-color: #BC761D;
}
</style>