Shades of Pirate Gold #B76818
Tints of Pirate Gold #B76818
RGB
CMYK
RGB Variations
Color information
#B76818 (or 0xB76818) is known color: Pirate Gold. HEX triplet: B7, 68 and 18. RGB value is (183,104,24). Sum of RGB (Red+Green+Blue) = 183+104+24=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B76818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76818 is #4897E7. Grayscale: #767676. Windows color (decimal): -4757480 or 1599671. OLE color: 1599671.
HSL color Cylindrical-coordinate representation of color #B76818: hue angle of 30.19º 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 #B76818 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 24 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.28 |
| HSL | 30.19º | 0.77% | 0.41% | - |
| HSV(B) | 30.19º | 0.87% | 0.72% | - |
| XYZ | 24.64 | 20.03 | 3.43 | - |
| YUV | 118.5 | 74.67 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 24 | 0 | 0.43 | 0.87 | 0.28 | 30.19 | 0.77 | 0.41 |
| Hex | B7 | 68 | 18 | 0 | 2B | 57 | 1C | 1E | 4D | 29 |
| Octal | 267 | 150 | 30 | 0 | 53 | 127 | 34 | 36 | 115 | 51 |
| Binary | 10110111 | 1101000 | 11000 | 0 | 101011 | 1010111 | 11100 | 11110 | 1001101 | 101001 |
Color Harmonies of #B76818
Complementary color
Monochromatic Colors of #B76818
Black with #B76818
Text Example
Text Example
White with #B76818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76818; }
p { color: rgb(183,104,24); }
H1.HeaderClassName
{
color: #B76818;
}
.AnyTagClassName
{
color: #B76818;
}
</style>
background-color css
<style>
a { background-color: #B76818; }
a { background-color: rgb(183,104,24); }
div.DivClassName
{
background-color: #B76818;
}
.BgClassName
{
background-color: #B76818;
}
</style>
border-color css
<style>
span { border-color: #B76818; }
span { border-color: rgb(183,104,24); }
td.TdClassName
{
border-color: #B76818;
}
.TagClassName
{
border-color: #B76818;
}
</style>