Shades of Pirate Gold #B76611
Tints of Pirate Gold #B76611
RGB
CMYK
RGB Variations
Color information
#B76611 (or 0xB76611) is known color: Pirate Gold. HEX triplet: B7, 66 and 11. RGB value is (183,102,17). Sum of RGB (Red+Green+Blue) = 183+102+17=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B76611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76611 is #4899EE. Grayscale: #747474. Windows color (decimal): -4757999 or 1140407. OLE color: 1140407.
HSL color Cylindrical-coordinate representation of color #B76611: hue angle of 30.72º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B76611 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 17 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.28 |
| HSL | 30.72º | 0.83% | 0.39% | - |
| HSV(B) | 30.72º | 0.91% | 0.72% | - |
| XYZ | 24.38 | 19.61 | 3.03 | - |
| YUV | 116.53 | 71.84 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 17 | 0 | 0.44 | 0.91 | 0.28 | 30.72 | 0.83 | 0.39 |
| Hex | B7 | 66 | 11 | 0 | 2C | 5B | 1C | 1F | 53 | 27 |
| Octal | 267 | 146 | 21 | 0 | 54 | 133 | 34 | 37 | 123 | 47 |
| Binary | 10110111 | 1100110 | 10001 | 0 | 101100 | 1011011 | 11100 | 11111 | 1010011 | 100111 |
Color Harmonies of #B76611
Complementary color
Monochromatic Colors of #B76611
Black with #B76611
Text Example
Text Example
White with #B76611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76611; }
p { color: rgb(183,102,17); }
H1.HeaderClassName
{
color: #B76611;
}
.AnyTagClassName
{
color: #B76611;
}
</style>
background-color css
<style>
a { background-color: #B76611; }
a { background-color: rgb(183,102,17); }
div.DivClassName
{
background-color: #B76611;
}
.BgClassName
{
background-color: #B76611;
}
</style>
border-color css
<style>
span { border-color: #B76611; }
span { border-color: rgb(183,102,17); }
td.TdClassName
{
border-color: #B76611;
}
.TagClassName
{
border-color: #B76611;
}
</style>