Shades of Pirate Gold #BC8123
Tints of Pirate Gold #BC8123
RGB
CMYK
RGB Variations
Color information
#BC8123 (or 0xBC8123) is known color: Pirate Gold. HEX triplet: BC, 81 and 23. RGB value is (188,129,35). Sum of RGB (Red+Green+Blue) = 188+129+35=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8123 is #437EDC. Grayscale: #888888. Windows color (decimal): -4423389 or 2326972. OLE color: 2326972.
HSL color Cylindrical-coordinate representation of color #BC8123: hue angle of 36.86º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC8123 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 35 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.26 |
| HSL | 36.86º | 0.69% | 0.44% | - |
| HSV(B) | 36.86º | 0.81% | 0.74% | - |
| XYZ | 28.89 | 26.51 | 5.18 | - |
| YUV | 135.93 | 71.05 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 35 | 0 | 0.31 | 0.81 | 0.26 | 36.86 | 0.69 | 0.44 |
| Hex | BC | 81 | 23 | 0 | 1F | 51 | 1A | 25 | 45 | 2C |
| Octal | 274 | 201 | 43 | 0 | 37 | 121 | 32 | 45 | 105 | 54 |
| Binary | 10111100 | 10000001 | 100011 | 0 | 11111 | 1010001 | 11010 | 100101 | 1000101 | 101100 |
Color Harmonies of #BC8123
Complementary color
Monochromatic Colors of #BC8123
Black with #BC8123
Text Example
Text Example
White with #BC8123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8123; }
p { color: rgb(188,129,35); }
H1.HeaderClassName
{
color: #BC8123;
}
.AnyTagClassName
{
color: #BC8123;
}
</style>
background-color css
<style>
a { background-color: #BC8123; }
a { background-color: rgb(188,129,35); }
div.DivClassName
{
background-color: #BC8123;
}
.BgClassName
{
background-color: #BC8123;
}
</style>
border-color css
<style>
span { border-color: #BC8123; }
span { border-color: rgb(188,129,35); }
td.TdClassName
{
border-color: #BC8123;
}
.TagClassName
{
border-color: #BC8123;
}
</style>