Shades of Pirate Gold #B66616
Tints of Pirate Gold #B66616
RGB
CMYK
RGB Variations
Color information
#B66616 (or 0xB66616) is known color: Pirate Gold. HEX triplet: B6, 66 and 16. RGB value is (182,102,22). Sum of RGB (Red+Green+Blue) = 182+102+22=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B66616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66616 is #4999E9. Grayscale: #757575. Windows color (decimal): -4823530 or 1468086. OLE color: 1468086.
HSL color Cylindrical-coordinate representation of color #B66616: hue angle of 30º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B66616 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 102 | 22 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.29 |
| HSL | 30º | 0.78% | 0.4% | - |
| HSV(B) | 30º | 0.88% | 0.71% | - |
| XYZ | 24.19 | 19.51 | 3.25 | - |
| YUV | 116.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 22 | 0 | 0.44 | 0.88 | 0.29 | 30 | 0.78 | 0.4 |
| Hex | B6 | 66 | 16 | 0 | 2C | 58 | 1D | 1E | 4E | 28 |
| Octal | 266 | 146 | 26 | 0 | 54 | 130 | 35 | 36 | 116 | 50 |
| Binary | 10110110 | 1100110 | 10110 | 0 | 101100 | 1011000 | 11101 | 11110 | 1001110 | 101000 |
Color Harmonies of #B66616
Complementary color
Monochromatic Colors of #B66616
Black with #B66616
Text Example
Text Example
White with #B66616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66616; }
p { color: rgb(182,102,22); }
H1.HeaderClassName
{
color: #B66616;
}
.AnyTagClassName
{
color: #B66616;
}
</style>
background-color css
<style>
a { background-color: #B66616; }
a { background-color: rgb(182,102,22); }
div.DivClassName
{
background-color: #B66616;
}
.BgClassName
{
background-color: #B66616;
}
</style>
border-color css
<style>
span { border-color: #B66616; }
span { border-color: rgb(182,102,22); }
td.TdClassName
{
border-color: #B66616;
}
.TagClassName
{
border-color: #B66616;
}
</style>