Shades of Pirate Gold #B66B12
Tints of Pirate Gold #B66B12
RGB
CMYK
RGB Variations
Color information
#B66B12 (or 0xB66B12) is known color: Pirate Gold. HEX triplet: B6, 6B and 12. RGB value is (182,107,18). Sum of RGB (Red+Green+Blue) = 182+107+18=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66B12 is #4994ED. Grayscale: #777777. Windows color (decimal): -4822254 or 1207222. OLE color: 1207222.
HSL color Cylindrical-coordinate representation of color #B66B12: hue angle of 32.56º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B66B12 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 107 | 18 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.29 |
| HSL | 32.56º | 0.82% | 0.39% | - |
| HSV(B) | 32.56º | 0.9% | 0.71% | - |
| XYZ | 24.66 | 20.5 | 3.23 | - |
| YUV | 119.28 | 70.85 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 107 | 18 | 0 | 0.41 | 0.90 | 0.29 | 32.56 | 0.82 | 0.39 |
| Hex | B6 | 6B | 12 | 0 | 29 | 5A | 1D | 21 | 52 | 27 |
| Octal | 266 | 153 | 22 | 0 | 51 | 132 | 35 | 41 | 122 | 47 |
| Binary | 10110110 | 1101011 | 10010 | 0 | 101001 | 1011010 | 11101 | 100001 | 1010010 | 100111 |
Color Harmonies of #B66B12
Complementary color
Monochromatic Colors of #B66B12
Black with #B66B12
Text Example
Text Example
White with #B66B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66B12; }
p { color: rgb(182,107,18); }
H1.HeaderClassName
{
color: #B66B12;
}
.AnyTagClassName
{
color: #B66B12;
}
</style>
background-color css
<style>
a { background-color: #B66B12; }
a { background-color: rgb(182,107,18); }
div.DivClassName
{
background-color: #B66B12;
}
.BgClassName
{
background-color: #B66B12;
}
</style>
border-color css
<style>
span { border-color: #B66B12; }
span { border-color: rgb(182,107,18); }
td.TdClassName
{
border-color: #B66B12;
}
.TagClassName
{
border-color: #B66B12;
}
</style>