Shades of Pirate Gold #BC7326
Tints of Pirate Gold #BC7326
RGB
CMYK
RGB Variations
Color information
#BC7326 (or 0xBC7326) is known color: Pirate Gold. HEX triplet: BC, 73 and 26. RGB value is (188,115,38). Sum of RGB (Red+Green+Blue) = 188+115+38=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7326 is #438CD9. Grayscale: #808080. Windows color (decimal): -4426970 or 2519996. OLE color: 2519996.
HSL color Cylindrical-coordinate representation of color #BC7326: hue angle of 30.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC7326 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 38 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.26 |
| HSL | 30.8º | 0.66% | 0.44% | - |
| HSV(B) | 30.8º | 0.8% | 0.74% | - |
| XYZ | 27.22 | 23.09 | 4.86 | - |
| YUV | 128.05 | 77.18 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 38 | 0 | 0.39 | 0.80 | 0.26 | 30.8 | 0.66 | 0.44 |
| Hex | BC | 73 | 26 | 0 | 27 | 50 | 1A | 1F | 42 | 2C |
| Octal | 274 | 163 | 46 | 0 | 47 | 120 | 32 | 37 | 102 | 54 |
| Binary | 10111100 | 1110011 | 100110 | 0 | 100111 | 1010000 | 11010 | 11111 | 1000010 | 101100 |
Color Harmonies of #BC7326
Complementary color
Monochromatic Colors of #BC7326
Black with #BC7326
Text Example
Text Example
White with #BC7326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7326; }
p { color: rgb(188,115,38); }
H1.HeaderClassName
{
color: #BC7326;
}
.AnyTagClassName
{
color: #BC7326;
}
</style>
background-color css
<style>
a { background-color: #BC7326; }
a { background-color: rgb(188,115,38); }
div.DivClassName
{
background-color: #BC7326;
}
.BgClassName
{
background-color: #BC7326;
}
</style>
border-color css
<style>
span { border-color: #BC7326; }
span { border-color: rgb(188,115,38); }
td.TdClassName
{
border-color: #BC7326;
}
.TagClassName
{
border-color: #BC7326;
}
</style>