Shades of Pirate Gold #BC8226
Tints of Pirate Gold #BC8226
RGB
CMYK
RGB Variations
Color information
#BC8226 (or 0xBC8226) is known color: Pirate Gold. HEX triplet: BC, 82 and 26. RGB value is (188,130,38). Sum of RGB (Red+Green+Blue) = 188+130+38=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8226 is #437DD9. Grayscale: #898989. Windows color (decimal): -4423130 or 2523836. OLE color: 2523836.
HSL color Cylindrical-coordinate representation of color #BC8226: hue angle of 36.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 #BC8226 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 38 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.26 |
| HSL | 36.8º | 0.66% | 0.44% | - |
| HSV(B) | 36.8º | 0.8% | 0.74% | - |
| XYZ | 29.07 | 26.8 | 5.47 | - |
| YUV | 136.85 | 72.22 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 38 | 0 | 0.31 | 0.80 | 0.26 | 36.8 | 0.66 | 0.44 |
| Hex | BC | 82 | 26 | 0 | 1F | 50 | 1A | 25 | 42 | 2C |
| Octal | 274 | 202 | 46 | 0 | 37 | 120 | 32 | 45 | 102 | 54 |
| Binary | 10111100 | 10000010 | 100110 | 0 | 11111 | 1010000 | 11010 | 100101 | 1000010 | 101100 |
Color Harmonies of #BC8226
Complementary color
Monochromatic Colors of #BC8226
Black with #BC8226
Text Example
Text Example
White with #BC8226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8226; }
p { color: rgb(188,130,38); }
H1.HeaderClassName
{
color: #BC8226;
}
.AnyTagClassName
{
color: #BC8226;
}
</style>
background-color css
<style>
a { background-color: #BC8226; }
a { background-color: rgb(188,130,38); }
div.DivClassName
{
background-color: #BC8226;
}
.BgClassName
{
background-color: #BC8226;
}
</style>
border-color css
<style>
span { border-color: #BC8226; }
span { border-color: rgb(188,130,38); }
td.TdClassName
{
border-color: #BC8226;
}
.TagClassName
{
border-color: #BC8226;
}
</style>