Shades of Pirate Gold #B76D1F
Tints of Pirate Gold #B76D1F
RGB
CMYK
RGB Variations
Color information
#B76D1F (or 0xB76D1F) is known color: Pirate Gold. HEX triplet: B7, 6D and 1F. RGB value is (183,109,31). Sum of RGB (Red+Green+Blue) = 183+109+31=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D1F is #4892E0. Grayscale: #7A7A7A. Windows color (decimal): -4756193 or 2059703. OLE color: 2059703.
HSL color Cylindrical-coordinate representation of color #B76D1F: hue angle of 30.79º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B76D1F is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 31 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.28 |
| HSL | 30.79º | 0.71% | 0.42% | - |
| HSV(B) | 30.79º | 0.83% | 0.72% | - |
| XYZ | 25.24 | 21.1 | 4.04 | - |
| YUV | 122.23 | 76.52 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 31 | 0 | 0.40 | 0.83 | 0.28 | 30.79 | 0.71 | 0.42 |
| Hex | B7 | 6D | 1F | 0 | 28 | 53 | 1C | 1F | 47 | 2A |
| Octal | 267 | 155 | 37 | 0 | 50 | 123 | 34 | 37 | 107 | 52 |
| Binary | 10110111 | 1101101 | 11111 | 0 | 101000 | 1010011 | 11100 | 11111 | 1000111 | 101010 |
Color Harmonies of #B76D1F
Complementary color
Monochromatic Colors of #B76D1F
Black with #B76D1F
Text Example
Text Example
White with #B76D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D1F; }
p { color: rgb(183,109,31); }
H1.HeaderClassName
{
color: #B76D1F;
}
.AnyTagClassName
{
color: #B76D1F;
}
</style>
background-color css
<style>
a { background-color: #B76D1F; }
a { background-color: rgb(183,109,31); }
div.DivClassName
{
background-color: #B76D1F;
}
.BgClassName
{
background-color: #B76D1F;
}
</style>
border-color css
<style>
span { border-color: #B76D1F; }
span { border-color: rgb(183,109,31); }
td.TdClassName
{
border-color: #B76D1F;
}
.TagClassName
{
border-color: #B76D1F;
}
</style>