Shades of Pirate Gold #BC8025
Tints of Pirate Gold #BC8025
RGB
CMYK
RGB Variations
Color information
#BC8025 (or 0xBC8025) is known color: Pirate Gold. HEX triplet: BC, 80 and 25. RGB value is (188,128,37). Sum of RGB (Red+Green+Blue) = 188+128+37=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8025 is #437FDA. Grayscale: #878787. Windows color (decimal): -4423643 or 2457788. OLE color: 2457788.
HSL color Cylindrical-coordinate representation of color #BC8025: hue angle of 36.16º 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 #BC8025 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 37 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.26 |
| HSL | 36.16º | 0.67% | 0.44% | - |
| HSV(B) | 36.16º | 0.8% | 0.74% | - |
| XYZ | 28.79 | 26.26 | 5.3 | - |
| YUV | 135.57 | 72.38 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 37 | 0 | 0.32 | 0.80 | 0.26 | 36.16 | 0.67 | 0.44 |
| Hex | BC | 80 | 25 | 0 | 20 | 50 | 1A | 24 | 43 | 2C |
| Octal | 274 | 200 | 45 | 0 | 40 | 120 | 32 | 44 | 103 | 54 |
| Binary | 10111100 | 10000000 | 100101 | 0 | 100000 | 1010000 | 11010 | 100100 | 1000011 | 101100 |
Color Harmonies of #BC8025
Complementary color
Monochromatic Colors of #BC8025
Black with #BC8025
Text Example
Text Example
White with #BC8025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8025; }
p { color: rgb(188,128,37); }
H1.HeaderClassName
{
color: #BC8025;
}
.AnyTagClassName
{
color: #BC8025;
}
</style>
background-color css
<style>
a { background-color: #BC8025; }
a { background-color: rgb(188,128,37); }
div.DivClassName
{
background-color: #BC8025;
}
.BgClassName
{
background-color: #BC8025;
}
</style>
border-color css
<style>
span { border-color: #BC8025; }
span { border-color: rgb(188,128,37); }
td.TdClassName
{
border-color: #BC8025;
}
.TagClassName
{
border-color: #BC8025;
}
</style>