Shades of Pirate Gold #BB7616
Tints of Pirate Gold #BB7616
RGB
CMYK
RGB Variations
Color information
#BB7616 (or 0xBB7616) is known color: Pirate Gold. HEX triplet: BB, 76 and 16. RGB value is (187,118,22). Sum of RGB (Red+Green+Blue) = 187+118+22=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7616 is #4489E9. Grayscale: #808080. Windows color (decimal): -4491754 or 1472187. OLE color: 1472187.
HSL color Cylindrical-coordinate representation of color #BB7616: hue angle of 34.91º 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 #BB7616 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 118 | 22 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.27 |
| HSL | 34.91º | 0.79% | 0.41% | - |
| HSV(B) | 34.91º | 0.88% | 0.73% | - |
| XYZ | 27.12 | 23.58 | 3.88 | - |
| YUV | 127.69 | 68.36 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 22 | 0 | 0.37 | 0.88 | 0.27 | 34.91 | 0.79 | 0.41 |
| Hex | BB | 76 | 16 | 0 | 25 | 58 | 1B | 23 | 4F | 29 |
| Octal | 273 | 166 | 26 | 0 | 45 | 130 | 33 | 43 | 117 | 51 |
| Binary | 10111011 | 1110110 | 10110 | 0 | 100101 | 1011000 | 11011 | 100011 | 1001111 | 101001 |
Color Harmonies of #BB7616
Complementary color
Monochromatic Colors of #BB7616
Black with #BB7616
Text Example
Text Example
White with #BB7616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7616; }
p { color: rgb(187,118,22); }
H1.HeaderClassName
{
color: #BB7616;
}
.AnyTagClassName
{
color: #BB7616;
}
</style>
background-color css
<style>
a { background-color: #BB7616; }
a { background-color: rgb(187,118,22); }
div.DivClassName
{
background-color: #BB7616;
}
.BgClassName
{
background-color: #BB7616;
}
</style>
border-color css
<style>
span { border-color: #BB7616; }
span { border-color: rgb(187,118,22); }
td.TdClassName
{
border-color: #BB7616;
}
.TagClassName
{
border-color: #BB7616;
}
</style>