Shades of Pirate Gold #B76E18
Tints of Pirate Gold #B76E18
RGB
CMYK
RGB Variations
Color information
#B76E18 (or 0xB76E18) is known color: Pirate Gold. HEX triplet: B7, 6E and 18. RGB value is (183,110,24). Sum of RGB (Red+Green+Blue) = 183+110+24=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76E18 is #4891E7. Grayscale: #7A7A7A. Windows color (decimal): -4755944 or 1601207. OLE color: 1601207.
HSL color Cylindrical-coordinate representation of color #B76E18: hue angle of 32.45º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B76E18 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 24 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.28 |
| HSL | 32.45º | 0.77% | 0.41% | - |
| HSV(B) | 32.45º | 0.87% | 0.72% | - |
| XYZ | 25.27 | 21.29 | 3.64 | - |
| YUV | 122.02 | 72.68 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 24 | 0 | 0.40 | 0.87 | 0.28 | 32.45 | 0.77 | 0.41 |
| Hex | B7 | 6E | 18 | 0 | 28 | 57 | 1C | 20 | 4D | 29 |
| Octal | 267 | 156 | 30 | 0 | 50 | 127 | 34 | 40 | 115 | 51 |
| Binary | 10110111 | 1101110 | 11000 | 0 | 101000 | 1010111 | 11100 | 100000 | 1001101 | 101001 |
Color Harmonies of #B76E18
Complementary color
Monochromatic Colors of #B76E18
Black with #B76E18
Text Example
Text Example
White with #B76E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E18; }
p { color: rgb(183,110,24); }
H1.HeaderClassName
{
color: #B76E18;
}
.AnyTagClassName
{
color: #B76E18;
}
</style>
background-color css
<style>
a { background-color: #B76E18; }
a { background-color: rgb(183,110,24); }
div.DivClassName
{
background-color: #B76E18;
}
.BgClassName
{
background-color: #B76E18;
}
</style>
border-color css
<style>
span { border-color: #B76E18; }
span { border-color: rgb(183,110,24); }
td.TdClassName
{
border-color: #B76E18;
}
.TagClassName
{
border-color: #B76E18;
}
</style>