Shades of Pirate Gold #B76D1E
Tints of Pirate Gold #B76D1E
RGB
CMYK
RGB Variations
Color information
#B76D1E (or 0xB76D1E) is known color: Pirate Gold. HEX triplet: B7, 6D and 1E. RGB value is (183,109,30). Sum of RGB (Red+Green+Blue) = 183+109+30=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D1E is #4892E1. Grayscale: #7A7A7A. Windows color (decimal): -4756194 or 1994167. OLE color: 1994167.
HSL color Cylindrical-coordinate representation of color #B76D1E: hue angle of 30.98º degrees, saturation: 0.72, 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 #B76D1E is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 30 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.28 |
| HSL | 30.98º | 0.72% | 0.42% | - |
| HSV(B) | 30.98º | 0.84% | 0.72% | - |
| XYZ | 25.23 | 21.1 | 3.97 | - |
| YUV | 122.12 | 76.02 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 30 | 0 | 0.40 | 0.84 | 0.28 | 30.98 | 0.72 | 0.42 |
| Hex | B7 | 6D | 1E | 0 | 28 | 54 | 1C | 1F | 48 | 2A |
| Octal | 267 | 155 | 36 | 0 | 50 | 124 | 34 | 37 | 110 | 52 |
| Binary | 10110111 | 1101101 | 11110 | 0 | 101000 | 1010100 | 11100 | 11111 | 1001000 | 101010 |
Color Harmonies of #B76D1E
Complementary color
Monochromatic Colors of #B76D1E
Black with #B76D1E
Text Example
Text Example
White with #B76D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D1E; }
p { color: rgb(183,109,30); }
H1.HeaderClassName
{
color: #B76D1E;
}
.AnyTagClassName
{
color: #B76D1E;
}
</style>
background-color css
<style>
a { background-color: #B76D1E; }
a { background-color: rgb(183,109,30); }
div.DivClassName
{
background-color: #B76D1E;
}
.BgClassName
{
background-color: #B76D1E;
}
</style>
border-color css
<style>
span { border-color: #B76D1E; }
span { border-color: rgb(183,109,30); }
td.TdClassName
{
border-color: #B76D1E;
}
.TagClassName
{
border-color: #B76D1E;
}
</style>