Shades of Pirate Gold #B6711E
Tints of Pirate Gold #B6711E
RGB
CMYK
RGB Variations
Color information
#B6711E (or 0xB6711E) is known color: Pirate Gold. HEX triplet: B6, 71 and 1E. RGB value is (182,113,30). Sum of RGB (Red+Green+Blue) = 182+113+30=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6711E is #498EE1. Grayscale: #7C7C7C. Windows color (decimal): -4820706 or 1995190. OLE color: 1995190.
HSL color Cylindrical-coordinate representation of color #B6711E: hue angle of 32.76º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6711E is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 113 | 30 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.29 |
| HSL | 32.76º | 0.72% | 0.42% | - |
| HSV(B) | 32.76º | 0.84% | 0.71% | - |
| XYZ | 25.43 | 21.85 | 4.11 | - |
| YUV | 124.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 30 | 0 | 0.38 | 0.84 | 0.29 | 32.76 | 0.72 | 0.42 |
| Hex | B6 | 71 | 1E | 0 | 26 | 54 | 1D | 21 | 48 | 2A |
| Octal | 266 | 161 | 36 | 0 | 46 | 124 | 35 | 41 | 110 | 52 |
| Binary | 10110110 | 1110001 | 11110 | 0 | 100110 | 1010100 | 11101 | 100001 | 1001000 | 101010 |
Color Harmonies of #B6711E
Complementary color
Monochromatic Colors of #B6711E
Black with #B6711E
Text Example
Text Example
White with #B6711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6711E; }
p { color: rgb(182,113,30); }
H1.HeaderClassName
{
color: #B6711E;
}
.AnyTagClassName
{
color: #B6711E;
}
</style>
background-color css
<style>
a { background-color: #B6711E; }
a { background-color: rgb(182,113,30); }
div.DivClassName
{
background-color: #B6711E;
}
.BgClassName
{
background-color: #B6711E;
}
</style>
border-color css
<style>
span { border-color: #B6711E; }
span { border-color: rgb(182,113,30); }
td.TdClassName
{
border-color: #B6711E;
}
.TagClassName
{
border-color: #B6711E;
}
</style>