Shades of Pirate Gold #BC7B22
Tints of Pirate Gold #BC7B22
RGB
CMYK
RGB Variations
Color information
#BC7B22 (or 0xBC7B22) is known color: Pirate Gold. HEX triplet: BC, 7B and 22. RGB value is (188,123,34). Sum of RGB (Red+Green+Blue) = 188+123+34=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7B22 is #4384DD. Grayscale: #848484. Windows color (decimal): -4424926 or 2259900. OLE color: 2259900.
HSL color Cylindrical-coordinate representation of color #BC7B22: hue angle of 34.68º 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 #BC7B22 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 34 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.26 |
| HSL | 34.68º | 0.69% | 0.44% | - |
| HSV(B) | 34.68º | 0.82% | 0.74% | - |
| XYZ | 28.11 | 24.97 | 4.85 | - |
| YUV | 132.29 | 72.53 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 34 | 0 | 0.35 | 0.82 | 0.26 | 34.68 | 0.69 | 0.44 |
| Hex | BC | 7B | 22 | 0 | 23 | 52 | 1A | 23 | 45 | 2C |
| Octal | 274 | 173 | 42 | 0 | 43 | 122 | 32 | 43 | 105 | 54 |
| Binary | 10111100 | 1111011 | 100010 | 0 | 100011 | 1010010 | 11010 | 100011 | 1000101 | 101100 |
Color Harmonies of #BC7B22
Complementary color
Monochromatic Colors of #BC7B22
Black with #BC7B22
Text Example
Text Example
White with #BC7B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B22; }
p { color: rgb(188,123,34); }
H1.HeaderClassName
{
color: #BC7B22;
}
.AnyTagClassName
{
color: #BC7B22;
}
</style>
background-color css
<style>
a { background-color: #BC7B22; }
a { background-color: rgb(188,123,34); }
div.DivClassName
{
background-color: #BC7B22;
}
.BgClassName
{
background-color: #BC7B22;
}
</style>
border-color css
<style>
span { border-color: #BC7B22; }
span { border-color: rgb(188,123,34); }
td.TdClassName
{
border-color: #BC7B22;
}
.TagClassName
{
border-color: #BC7B22;
}
</style>