Shades of Pirate Gold #BC8322
Tints of Pirate Gold #BC8322
RGB
CMYK
RGB Variations
Color information
#BC8322 (or 0xBC8322) is known color: Pirate Gold. HEX triplet: BC, 83 and 22. RGB value is (188,131,34). Sum of RGB (Red+Green+Blue) = 188+131+34=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8322 is #437CDD. Grayscale: #898989. Windows color (decimal): -4422878 or 2261948. OLE color: 2261948.
HSL color Cylindrical-coordinate representation of color #BC8322: hue angle of 37.79º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC8322 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 34 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.26 |
| HSL | 37.79º | 0.69% | 0.44% | - |
| HSV(B) | 37.79º | 0.82% | 0.74% | - |
| XYZ | 29.14 | 27.04 | 5.2 | - |
| YUV | 136.99 | 69.88 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 34 | 0 | 0.30 | 0.82 | 0.26 | 37.79 | 0.69 | 0.44 |
| Hex | BC | 83 | 22 | 0 | 1E | 52 | 1A | 26 | 45 | 2C |
| Octal | 274 | 203 | 42 | 0 | 36 | 122 | 32 | 46 | 105 | 54 |
| Binary | 10111100 | 10000011 | 100010 | 0 | 11110 | 1010010 | 11010 | 100110 | 1000101 | 101100 |
Color Harmonies of #BC8322
Complementary color
Monochromatic Colors of #BC8322
Black with #BC8322
Text Example
Text Example
White with #BC8322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8322; }
p { color: rgb(188,131,34); }
H1.HeaderClassName
{
color: #BC8322;
}
.AnyTagClassName
{
color: #BC8322;
}
</style>
background-color css
<style>
a { background-color: #BC8322; }
a { background-color: rgb(188,131,34); }
div.DivClassName
{
background-color: #BC8322;
}
.BgClassName
{
background-color: #BC8322;
}
</style>
border-color css
<style>
span { border-color: #BC8322; }
span { border-color: rgb(188,131,34); }
td.TdClassName
{
border-color: #BC8322;
}
.TagClassName
{
border-color: #BC8322;
}
</style>