Shades of Pirate Gold #BC761B
Tints of Pirate Gold #BC761B
RGB
CMYK
RGB Variations
Color information
#BC761B (or 0xBC761B) is known color: Pirate Gold. HEX triplet: BC, 76 and 1B. RGB value is (188,118,27). Sum of RGB (Red+Green+Blue) = 188+118+27=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC761B is #4389E4. Grayscale: #808080. Windows color (decimal): -4426213 or 1799868. OLE color: 1799868.
HSL color Cylindrical-coordinate representation of color #BC761B: hue angle of 33.91º degrees, saturation: 0.75, 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 #BC761B is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 27 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.26 |
| HSL | 33.91º | 0.75% | 0.42% | - |
| HSV(B) | 33.91º | 0.86% | 0.74% | - |
| XYZ | 27.42 | 23.73 | 4.17 | - |
| YUV | 128.56 | 70.69 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 27 | 0 | 0.37 | 0.86 | 0.26 | 33.91 | 0.75 | 0.42 |
| Hex | BC | 76 | 1B | 0 | 25 | 56 | 1A | 22 | 4B | 2A |
| Octal | 274 | 166 | 33 | 0 | 45 | 126 | 32 | 42 | 113 | 52 |
| Binary | 10111100 | 1110110 | 11011 | 0 | 100101 | 1010110 | 11010 | 100010 | 1001011 | 101010 |
Color Harmonies of #BC761B
Complementary color
Monochromatic Colors of #BC761B
Black with #BC761B
Text Example
Text Example
White with #BC761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC761B; }
p { color: rgb(188,118,27); }
H1.HeaderClassName
{
color: #BC761B;
}
.AnyTagClassName
{
color: #BC761B;
}
</style>
background-color css
<style>
a { background-color: #BC761B; }
a { background-color: rgb(188,118,27); }
div.DivClassName
{
background-color: #BC761B;
}
.BgClassName
{
background-color: #BC761B;
}
</style>
border-color css
<style>
span { border-color: #BC761B; }
span { border-color: rgb(188,118,27); }
td.TdClassName
{
border-color: #BC761B;
}
.TagClassName
{
border-color: #BC761B;
}
</style>