Shades of Pirate Gold #B76E11
Tints of Pirate Gold #B76E11
RGB
CMYK
RGB Variations
Color information
#B76E11 (or 0xB76E11) is known color: Pirate Gold. HEX triplet: B7, 6E and 11. RGB value is (183,110,17). Sum of RGB (Red+Green+Blue) = 183+110+17=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76E11 is #4891EE. Grayscale: #797979. Windows color (decimal): -4755951 or 1142455. OLE color: 1142455.
HSL color Cylindrical-coordinate representation of color #B76E11: hue angle of 33.61º 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 #B76E11 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 17 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.28 |
| HSL | 33.61º | 0.83% | 0.39% | - |
| HSV(B) | 33.61º | 0.91% | 0.72% | - |
| XYZ | 25.21 | 21.26 | 3.31 | - |
| YUV | 121.23 | 69.18 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 17 | 0 | 0.40 | 0.91 | 0.28 | 33.61 | 0.83 | 0.39 |
| Hex | B7 | 6E | 11 | 0 | 28 | 5B | 1C | 22 | 53 | 27 |
| Octal | 267 | 156 | 21 | 0 | 50 | 133 | 34 | 42 | 123 | 47 |
| Binary | 10110111 | 1101110 | 10001 | 0 | 101000 | 1011011 | 11100 | 100010 | 1010011 | 100111 |
Color Harmonies of #B76E11
Complementary color
Monochromatic Colors of #B76E11
Black with #B76E11
Text Example
Text Example
White with #B76E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E11; }
p { color: rgb(183,110,17); }
H1.HeaderClassName
{
color: #B76E11;
}
.AnyTagClassName
{
color: #B76E11;
}
</style>
background-color css
<style>
a { background-color: #B76E11; }
a { background-color: rgb(183,110,17); }
div.DivClassName
{
background-color: #B76E11;
}
.BgClassName
{
background-color: #B76E11;
}
</style>
border-color css
<style>
span { border-color: #B76E11; }
span { border-color: rgb(183,110,17); }
td.TdClassName
{
border-color: #B76E11;
}
.TagClassName
{
border-color: #B76E11;
}
</style>