Shades of Pirate Gold #BC7A30
Tints of Pirate Gold #BC7A30
RGB
CMYK
RGB Variations
Color information
#BC7A30 (or 0xBC7A30) is known color: Pirate Gold. HEX triplet: BC, 7A and 30. RGB value is (188,122,48). Sum of RGB (Red+Green+Blue) = 188+122+48=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7A30 is #4385CF. Grayscale: #858585. Windows color (decimal): -4425168 or 3177148. OLE color: 3177148.
HSL color Cylindrical-coordinate representation of color #BC7A30: hue angle of 31.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC7A30 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 48 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.26 |
| HSL | 31.71º | 0.59% | 0.46% | - |
| HSV(B) | 31.71º | 0.74% | 0.74% | - |
| XYZ | 28.23 | 24.82 | 6.1 | - |
| YUV | 133.3 | 79.87 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 48 | 0 | 0.35 | 0.74 | 0.26 | 31.71 | 0.59 | 0.46 |
| Hex | BC | 7A | 30 | 0 | 23 | 4A | 1A | 20 | 3B | 2E |
| Octal | 274 | 172 | 60 | 0 | 43 | 112 | 32 | 40 | 73 | 56 |
| Binary | 10111100 | 1111010 | 110000 | 0 | 100011 | 1001010 | 11010 | 100000 | 111011 | 101110 |
Color Harmonies of #BC7A30
Complementary color
Monochromatic Colors of #BC7A30
Black with #BC7A30
Text Example
Text Example
White with #BC7A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A30; }
p { color: rgb(188,122,48); }
H1.HeaderClassName
{
color: #BC7A30;
}
.AnyTagClassName
{
color: #BC7A30;
}
</style>
background-color css
<style>
a { background-color: #BC7A30; }
a { background-color: rgb(188,122,48); }
div.DivClassName
{
background-color: #BC7A30;
}
.BgClassName
{
background-color: #BC7A30;
}
</style>
border-color css
<style>
span { border-color: #BC7A30; }
span { border-color: rgb(188,122,48); }
td.TdClassName
{
border-color: #BC7A30;
}
.TagClassName
{
border-color: #BC7A30;
}
</style>