Shades of Pirate Gold #B6711C
Tints of Pirate Gold #B6711C
RGB
CMYK
RGB Variations
Color information
#B6711C (or 0xB6711C) is known color: Pirate Gold. HEX triplet: B6, 71 and 1C. RGB value is (182,113,28). Sum of RGB (Red+Green+Blue) = 182+113+28=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B6711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6711C is #498EE3. Grayscale: #7C7C7C. Windows color (decimal): -4820708 or 1864118. OLE color: 1864118.
HSL color Cylindrical-coordinate representation of color #B6711C: hue angle of 33.12º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6711C is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 113 | 28 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.29 |
| HSL | 33.12º | 0.73% | 0.41% | - |
| HSV(B) | 33.12º | 0.85% | 0.71% | - |
| XYZ | 25.41 | 21.84 | 3.97 | - |
| YUV | 123.94 | 73.86 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 28 | 0 | 0.38 | 0.85 | 0.29 | 33.12 | 0.73 | 0.41 |
| Hex | B6 | 71 | 1C | 0 | 26 | 55 | 1D | 21 | 49 | 29 |
| Octal | 266 | 161 | 34 | 0 | 46 | 125 | 35 | 41 | 111 | 51 |
| Binary | 10110110 | 1110001 | 11100 | 0 | 100110 | 1010101 | 11101 | 100001 | 1001001 | 101001 |
Color Harmonies of #B6711C
Complementary color
Monochromatic Colors of #B6711C
Black with #B6711C
Text Example
Text Example
White with #B6711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6711C; }
p { color: rgb(182,113,28); }
H1.HeaderClassName
{
color: #B6711C;
}
.AnyTagClassName
{
color: #B6711C;
}
</style>
background-color css
<style>
a { background-color: #B6711C; }
a { background-color: rgb(182,113,28); }
div.DivClassName
{
background-color: #B6711C;
}
.BgClassName
{
background-color: #B6711C;
}
</style>
border-color css
<style>
span { border-color: #B6711C; }
span { border-color: rgb(182,113,28); }
td.TdClassName
{
border-color: #B6711C;
}
.TagClassName
{
border-color: #B6711C;
}
</style>