Shades of Pirate Gold #BC8225
Tints of Pirate Gold #BC8225
RGB
CMYK
RGB Variations
Color information
#BC8225 (or 0xBC8225) is known color: Pirate Gold. HEX triplet: BC, 82 and 25. RGB value is (188,130,37). Sum of RGB (Red+Green+Blue) = 188+130+37=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8225 is #437DDA. Grayscale: #898989. Windows color (decimal): -4423131 or 2458300. OLE color: 2458300.
HSL color Cylindrical-coordinate representation of color #BC8225: hue angle of 36.95º degrees, saturation: 0.67, 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 #BC8225 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 37 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.26 |
| HSL | 36.95º | 0.67% | 0.44% | - |
| HSV(B) | 36.95º | 0.8% | 0.74% | - |
| XYZ | 29.06 | 26.79 | 5.39 | - |
| YUV | 136.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 37 | 0 | 0.31 | 0.80 | 0.26 | 36.95 | 0.67 | 0.44 |
| Hex | BC | 82 | 25 | 0 | 1F | 50 | 1A | 25 | 43 | 2C |
| Octal | 274 | 202 | 45 | 0 | 37 | 120 | 32 | 45 | 103 | 54 |
| Binary | 10111100 | 10000010 | 100101 | 0 | 11111 | 1010000 | 11010 | 100101 | 1000011 | 101100 |
Color Harmonies of #BC8225
Complementary color
Monochromatic Colors of #BC8225
Black with #BC8225
Text Example
Text Example
White with #BC8225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8225; }
p { color: rgb(188,130,37); }
H1.HeaderClassName
{
color: #BC8225;
}
.AnyTagClassName
{
color: #BC8225;
}
</style>
background-color css
<style>
a { background-color: #BC8225; }
a { background-color: rgb(188,130,37); }
div.DivClassName
{
background-color: #BC8225;
}
.BgClassName
{
background-color: #BC8225;
}
</style>
border-color css
<style>
span { border-color: #BC8225; }
span { border-color: rgb(188,130,37); }
td.TdClassName
{
border-color: #BC8225;
}
.TagClassName
{
border-color: #BC8225;
}
</style>