Shades of Pirate Gold #BB7115
Tints of Pirate Gold #BB7115
RGB
CMYK
RGB Variations
Color information
#BB7115 (or 0xBB7115) is known color: Pirate Gold. HEX triplet: BB, 71 and 15. RGB value is (187,113,21). Sum of RGB (Red+Green+Blue) = 187+113+21=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7115 is #448EEA. Grayscale: #7D7D7D. Windows color (decimal): -4493035 or 1405371. OLE color: 1405371.
HSL color Cylindrical-coordinate representation of color #BB7115: hue angle of 33.25º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB7115 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 21 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.27 |
| HSL | 33.25º | 0.8% | 0.41% | - |
| HSV(B) | 33.25º | 0.89% | 0.73% | - |
| XYZ | 26.53 | 22.43 | 3.64 | - |
| YUV | 124.64 | 69.52 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 21 | 0 | 0.40 | 0.89 | 0.27 | 33.25 | 0.8 | 0.41 |
| Hex | BB | 71 | 15 | 0 | 28 | 59 | 1B | 21 | 50 | 29 |
| Octal | 273 | 161 | 25 | 0 | 50 | 131 | 33 | 41 | 120 | 51 |
| Binary | 10111011 | 1110001 | 10101 | 0 | 101000 | 1011001 | 11011 | 100001 | 1010000 | 101001 |
Color Harmonies of #BB7115
Complementary color
Monochromatic Colors of #BB7115
Black with #BB7115
Text Example
Text Example
White with #BB7115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7115; }
p { color: rgb(187,113,21); }
H1.HeaderClassName
{
color: #BB7115;
}
.AnyTagClassName
{
color: #BB7115;
}
</style>
background-color css
<style>
a { background-color: #BB7115; }
a { background-color: rgb(187,113,21); }
div.DivClassName
{
background-color: #BB7115;
}
.BgClassName
{
background-color: #BB7115;
}
</style>
border-color css
<style>
span { border-color: #BB7115; }
span { border-color: rgb(187,113,21); }
td.TdClassName
{
border-color: #BB7115;
}
.TagClassName
{
border-color: #BB7115;
}
</style>