Shades of Pirate Gold #BB7016
Tints of Pirate Gold #BB7016
RGB
CMYK
RGB Variations
Color information
#BB7016 (or 0xBB7016) is known color: Pirate Gold. HEX triplet: BB, 70 and 16. RGB value is (187,112,22). Sum of RGB (Red+Green+Blue) = 187+112+22=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7016 is #448FE9. Grayscale: #7C7C7C. Windows color (decimal): -4493290 or 1470651. OLE color: 1470651.
HSL color Cylindrical-coordinate representation of color #BB7016: hue angle of 32.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB7016 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 22 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.27 |
| HSL | 32.73º | 0.79% | 0.41% | - |
| HSV(B) | 32.73º | 0.88% | 0.73% | - |
| XYZ | 26.43 | 22.21 | 3.65 | - |
| YUV | 124.17 | 70.35 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 22 | 0 | 0.40 | 0.88 | 0.27 | 32.73 | 0.79 | 0.41 |
| Hex | BB | 70 | 16 | 0 | 28 | 58 | 1B | 21 | 4F | 29 |
| Octal | 273 | 160 | 26 | 0 | 50 | 130 | 33 | 41 | 117 | 51 |
| Binary | 10111011 | 1110000 | 10110 | 0 | 101000 | 1011000 | 11011 | 100001 | 1001111 | 101001 |
Color Harmonies of #BB7016
Complementary color
Monochromatic Colors of #BB7016
Black with #BB7016
Text Example
Text Example
White with #BB7016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7016; }
p { color: rgb(187,112,22); }
H1.HeaderClassName
{
color: #BB7016;
}
.AnyTagClassName
{
color: #BB7016;
}
</style>
background-color css
<style>
a { background-color: #BB7016; }
a { background-color: rgb(187,112,22); }
div.DivClassName
{
background-color: #BB7016;
}
.BgClassName
{
background-color: #BB7016;
}
</style>
border-color css
<style>
span { border-color: #BB7016; }
span { border-color: rgb(187,112,22); }
td.TdClassName
{
border-color: #BB7016;
}
.TagClassName
{
border-color: #BB7016;
}
</style>