Shades of Pirate Gold #BC8125
Tints of Pirate Gold #BC8125
RGB
CMYK
RGB Variations
Color information
#BC8125 (or 0xBC8125) is known color: Pirate Gold. HEX triplet: BC, 81 and 25. RGB value is (188,129,37). Sum of RGB (Red+Green+Blue) = 188+129+37=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8125 is #437EDA. Grayscale: #888888. Windows color (decimal): -4423387 or 2458044. OLE color: 2458044.
HSL color Cylindrical-coordinate representation of color #BC8125: hue angle of 36.56º 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 #BC8125 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 37 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.26 |
| HSL | 36.56º | 0.67% | 0.44% | - |
| HSV(B) | 36.56º | 0.8% | 0.74% | - |
| XYZ | 28.92 | 26.53 | 5.35 | - |
| YUV | 136.15 | 72.05 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 37 | 0 | 0.31 | 0.80 | 0.26 | 36.56 | 0.67 | 0.44 |
| Hex | BC | 81 | 25 | 0 | 1F | 50 | 1A | 25 | 43 | 2C |
| Octal | 274 | 201 | 45 | 0 | 37 | 120 | 32 | 45 | 103 | 54 |
| Binary | 10111100 | 10000001 | 100101 | 0 | 11111 | 1010000 | 11010 | 100101 | 1000011 | 101100 |
Color Harmonies of #BC8125
Complementary color
Monochromatic Colors of #BC8125
Black with #BC8125
Text Example
Text Example
White with #BC8125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8125; }
p { color: rgb(188,129,37); }
H1.HeaderClassName
{
color: #BC8125;
}
.AnyTagClassName
{
color: #BC8125;
}
</style>
background-color css
<style>
a { background-color: #BC8125; }
a { background-color: rgb(188,129,37); }
div.DivClassName
{
background-color: #BC8125;
}
.BgClassName
{
background-color: #BC8125;
}
</style>
border-color css
<style>
span { border-color: #BC8125; }
span { border-color: rgb(188,129,37); }
td.TdClassName
{
border-color: #BC8125;
}
.TagClassName
{
border-color: #BC8125;
}
</style>