Shades of Pirate Gold #B76C14
Tints of Pirate Gold #B76C14
RGB
CMYK
RGB Variations
Color information
#B76C14 (or 0xB76C14) is known color: Pirate Gold. HEX triplet: B7, 6C and 14. RGB value is (183,108,20). Sum of RGB (Red+Green+Blue) = 183+108+20=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C14 is #4893EB. Grayscale: #787878. Windows color (decimal): -4756460 or 1338551. OLE color: 1338551.
HSL color Cylindrical-coordinate representation of color #B76C14: hue angle of 32.39º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B76C14 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 20 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.28 |
| HSL | 32.39º | 0.8% | 0.4% | - |
| HSV(B) | 32.39º | 0.89% | 0.72% | - |
| XYZ | 25.02 | 20.84 | 3.37 | - |
| YUV | 120.39 | 71.35 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 20 | 0 | 0.41 | 0.89 | 0.28 | 32.39 | 0.8 | 0.4 |
| Hex | B7 | 6C | 14 | 0 | 29 | 59 | 1C | 20 | 50 | 28 |
| Octal | 267 | 154 | 24 | 0 | 51 | 131 | 34 | 40 | 120 | 50 |
| Binary | 10110111 | 1101100 | 10100 | 0 | 101001 | 1011001 | 11100 | 100000 | 1010000 | 101000 |
Color Harmonies of #B76C14
Complementary color
Monochromatic Colors of #B76C14
Black with #B76C14
Text Example
Text Example
White with #B76C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C14; }
p { color: rgb(183,108,20); }
H1.HeaderClassName
{
color: #B76C14;
}
.AnyTagClassName
{
color: #B76C14;
}
</style>
background-color css
<style>
a { background-color: #B76C14; }
a { background-color: rgb(183,108,20); }
div.DivClassName
{
background-color: #B76C14;
}
.BgClassName
{
background-color: #B76C14;
}
</style>
border-color css
<style>
span { border-color: #B76C14; }
span { border-color: rgb(183,108,20); }
td.TdClassName
{
border-color: #B76C14;
}
.TagClassName
{
border-color: #B76C14;
}
</style>