Shades of Pirate Gold #B76C21
Tints of Pirate Gold #B76C21
RGB
CMYK
RGB Variations
Color information
#B76C21 (or 0xB76C21) is known color: Pirate Gold. HEX triplet: B7, 6C and 21. RGB value is (183,108,33). Sum of RGB (Red+Green+Blue) = 183+108+33=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76C21 is #4893DE. Grayscale: #7A7A7A. Windows color (decimal): -4756447 or 2190519. OLE color: 2190519.
HSL color Cylindrical-coordinate representation of color #B76C21: hue angle of 30º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B76C21 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 33 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.28 |
| HSL | 30º | 0.69% | 0.42% | - |
| HSV(B) | 30º | 0.82% | 0.72% | - |
| XYZ | 25.17 | 20.9 | 4.15 | - |
| YUV | 121.88 | 77.85 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 33 | 0 | 0.41 | 0.82 | 0.28 | 30 | 0.69 | 0.42 |
| Hex | B7 | 6C | 21 | 0 | 29 | 52 | 1C | 1E | 45 | 2A |
| Octal | 267 | 154 | 41 | 0 | 51 | 122 | 34 | 36 | 105 | 52 |
| Binary | 10110111 | 1101100 | 100001 | 0 | 101001 | 1010010 | 11100 | 11110 | 1000101 | 101010 |
Color Harmonies of #B76C21
Complementary color
Monochromatic Colors of #B76C21
Black with #B76C21
Text Example
Text Example
White with #B76C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C21; }
p { color: rgb(183,108,33); }
H1.HeaderClassName
{
color: #B76C21;
}
.AnyTagClassName
{
color: #B76C21;
}
</style>
background-color css
<style>
a { background-color: #B76C21; }
a { background-color: rgb(183,108,33); }
div.DivClassName
{
background-color: #B76C21;
}
.BgClassName
{
background-color: #B76C21;
}
</style>
border-color css
<style>
span { border-color: #B76C21; }
span { border-color: rgb(183,108,33); }
td.TdClassName
{
border-color: #B76C21;
}
.TagClassName
{
border-color: #B76C21;
}
</style>