Shades of Pirate Gold #BC8227
Tints of Pirate Gold #BC8227
RGB
CMYK
RGB Variations
Color information
#BC8227 (or 0xBC8227) is known color: Pirate Gold. HEX triplet: BC, 82 and 27. RGB value is (188,130,39). Sum of RGB (Red+Green+Blue) = 188+130+39=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8227 is #437DD8. Grayscale: #898989. Windows color (decimal): -4423129 or 2589372. OLE color: 2589372.
HSL color Cylindrical-coordinate representation of color #BC8227: hue angle of 36.64º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC8227 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 39 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.26 |
| HSL | 36.64º | 0.66% | 0.45% | - |
| HSV(B) | 36.64º | 0.79% | 0.74% | - |
| XYZ | 29.09 | 26.8 | 5.56 | - |
| YUV | 136.97 | 72.72 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 39 | 0 | 0.31 | 0.79 | 0.26 | 36.64 | 0.66 | 0.45 |
| Hex | BC | 82 | 27 | 0 | 1F | 4F | 1A | 25 | 42 | 2D |
| Octal | 274 | 202 | 47 | 0 | 37 | 117 | 32 | 45 | 102 | 55 |
| Binary | 10111100 | 10000010 | 100111 | 0 | 11111 | 1001111 | 11010 | 100101 | 1000010 | 101101 |
Color Harmonies of #BC8227
Complementary color
Monochromatic Colors of #BC8227
Black with #BC8227
Text Example
Text Example
White with #BC8227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8227; }
p { color: rgb(188,130,39); }
H1.HeaderClassName
{
color: #BC8227;
}
.AnyTagClassName
{
color: #BC8227;
}
</style>
background-color css
<style>
a { background-color: #BC8227; }
a { background-color: rgb(188,130,39); }
div.DivClassName
{
background-color: #BC8227;
}
.BgClassName
{
background-color: #BC8227;
}
</style>
border-color css
<style>
span { border-color: #BC8227; }
span { border-color: rgb(188,130,39); }
td.TdClassName
{
border-color: #BC8227;
}
.TagClassName
{
border-color: #BC8227;
}
</style>