Shades of Pirate Gold #BC781A
Tints of Pirate Gold #BC781A
RGB
CMYK
RGB Variations
Color information
#BC781A (or 0xBC781A) is known color: Pirate Gold. HEX triplet: BC, 78 and 1A. RGB value is (188,120,26). Sum of RGB (Red+Green+Blue) = 188+120+26=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC781A is #4387E5. Grayscale: #828282. Windows color (decimal): -4425702 or 1734844. OLE color: 1734844.
HSL color Cylindrical-coordinate representation of color #BC781A: hue angle of 34.81º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC781A is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 26 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.26 |
| HSL | 34.81º | 0.76% | 0.42% | - |
| HSV(B) | 34.81º | 0.86% | 0.74% | - |
| XYZ | 27.64 | 24.2 | 4.19 | - |
| YUV | 129.62 | 69.53 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 26 | 0 | 0.36 | 0.86 | 0.26 | 34.81 | 0.76 | 0.42 |
| Hex | BC | 78 | 1A | 0 | 24 | 56 | 1A | 23 | 4C | 2A |
| Octal | 274 | 170 | 32 | 0 | 44 | 126 | 32 | 43 | 114 | 52 |
| Binary | 10111100 | 1111000 | 11010 | 0 | 100100 | 1010110 | 11010 | 100011 | 1001100 | 101010 |
Color Harmonies of #BC781A
Complementary color
Monochromatic Colors of #BC781A
Black with #BC781A
Text Example
Text Example
White with #BC781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC781A; }
p { color: rgb(188,120,26); }
H1.HeaderClassName
{
color: #BC781A;
}
.AnyTagClassName
{
color: #BC781A;
}
</style>
background-color css
<style>
a { background-color: #BC781A; }
a { background-color: rgb(188,120,26); }
div.DivClassName
{
background-color: #BC781A;
}
.BgClassName
{
background-color: #BC781A;
}
</style>
border-color css
<style>
span { border-color: #BC781A; }
span { border-color: rgb(188,120,26); }
td.TdClassName
{
border-color: #BC781A;
}
.TagClassName
{
border-color: #BC781A;
}
</style>