Shades of Pirate Gold #B76D1D
Tints of Pirate Gold #B76D1D
RGB
CMYK
RGB Variations
Color information
#B76D1D (or 0xB76D1D) is known color: Pirate Gold. HEX triplet: B7, 6D and 1D. RGB value is (183,109,29). Sum of RGB (Red+Green+Blue) = 183+109+29=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D1D is #4892E2. Grayscale: #7A7A7A. Windows color (decimal): -4756195 or 1928631. OLE color: 1928631.
HSL color Cylindrical-coordinate representation of color #B76D1D: hue angle of 31.17º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B76D1D is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 29 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.28 |
| HSL | 31.17º | 0.73% | 0.42% | - |
| HSV(B) | 31.17º | 0.84% | 0.72% | - |
| XYZ | 25.22 | 21.09 | 3.9 | - |
| YUV | 122.01 | 75.52 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 29 | 0 | 0.40 | 0.84 | 0.28 | 31.17 | 0.73 | 0.42 |
| Hex | B7 | 6D | 1D | 0 | 28 | 54 | 1C | 1F | 49 | 2A |
| Octal | 267 | 155 | 35 | 0 | 50 | 124 | 34 | 37 | 111 | 52 |
| Binary | 10110111 | 1101101 | 11101 | 0 | 101000 | 1010100 | 11100 | 11111 | 1001001 | 101010 |
Color Harmonies of #B76D1D
Complementary color
Monochromatic Colors of #B76D1D
Black with #B76D1D
Text Example
Text Example
White with #B76D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D1D; }
p { color: rgb(183,109,29); }
H1.HeaderClassName
{
color: #B76D1D;
}
.AnyTagClassName
{
color: #B76D1D;
}
</style>
background-color css
<style>
a { background-color: #B76D1D; }
a { background-color: rgb(183,109,29); }
div.DivClassName
{
background-color: #B76D1D;
}
.BgClassName
{
background-color: #B76D1D;
}
</style>
border-color css
<style>
span { border-color: #B76D1D; }
span { border-color: rgb(183,109,29); }
td.TdClassName
{
border-color: #B76D1D;
}
.TagClassName
{
border-color: #B76D1D;
}
</style>