Shades of Pirate Gold #BB7118
Tints of Pirate Gold #BB7118
RGB
CMYK
RGB Variations
Color information
#BB7118 (or 0xBB7118) is known color: Pirate Gold. HEX triplet: BB, 71 and 18. RGB value is (187,113,24). Sum of RGB (Red+Green+Blue) = 187+113+24=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7118 is #448EE7. Grayscale: #7D7D7D. Windows color (decimal): -4493032 or 1601979. OLE color: 1601979.
HSL color Cylindrical-coordinate representation of color #BB7118: hue angle of 32.76º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB7118 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 24 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.27 |
| HSL | 32.76º | 0.77% | 0.41% | - |
| HSV(B) | 32.76º | 0.87% | 0.73% | - |
| XYZ | 26.56 | 22.44 | 3.8 | - |
| YUV | 124.98 | 71.02 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 24 | 0 | 0.40 | 0.87 | 0.27 | 32.76 | 0.77 | 0.41 |
| Hex | BB | 71 | 18 | 0 | 28 | 57 | 1B | 21 | 4D | 29 |
| Octal | 273 | 161 | 30 | 0 | 50 | 127 | 33 | 41 | 115 | 51 |
| Binary | 10111011 | 1110001 | 11000 | 0 | 101000 | 1010111 | 11011 | 100001 | 1001101 | 101001 |
Color Harmonies of #BB7118
Complementary color
Monochromatic Colors of #BB7118
Black with #BB7118
Text Example
Text Example
White with #BB7118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7118; }
p { color: rgb(187,113,24); }
H1.HeaderClassName
{
color: #BB7118;
}
.AnyTagClassName
{
color: #BB7118;
}
</style>
background-color css
<style>
a { background-color: #BB7118; }
a { background-color: rgb(187,113,24); }
div.DivClassName
{
background-color: #BB7118;
}
.BgClassName
{
background-color: #BB7118;
}
</style>
border-color css
<style>
span { border-color: #BB7118; }
span { border-color: rgb(187,113,24); }
td.TdClassName
{
border-color: #BB7118;
}
.TagClassName
{
border-color: #BB7118;
}
</style>