Shades of Pirate Gold #B77218
Tints of Pirate Gold #B77218
RGB
CMYK
RGB Variations
Color information
#B77218 (or 0xB77218) is known color: Pirate Gold. HEX triplet: B7, 72 and 18. RGB value is (183,114,24). Sum of RGB (Red+Green+Blue) = 183+114+24=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B77218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77218 is #488DE7. Grayscale: #7C7C7C. Windows color (decimal): -4754920 or 1602231. OLE color: 1602231.
HSL color Cylindrical-coordinate representation of color #B77218: hue angle of 33.96º 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 #B77218 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 24 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.28 |
| HSL | 33.96º | 0.77% | 0.41% | - |
| HSV(B) | 33.96º | 0.87% | 0.72% | - |
| XYZ | 25.71 | 22.17 | 3.79 | - |
| YUV | 124.37 | 71.36 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 24 | 0 | 0.38 | 0.87 | 0.28 | 33.96 | 0.77 | 0.41 |
| Hex | B7 | 72 | 18 | 0 | 26 | 57 | 1C | 22 | 4D | 29 |
| Octal | 267 | 162 | 30 | 0 | 46 | 127 | 34 | 42 | 115 | 51 |
| Binary | 10110111 | 1110010 | 11000 | 0 | 100110 | 1010111 | 11100 | 100010 | 1001101 | 101001 |
Color Harmonies of #B77218
Complementary color
Monochromatic Colors of #B77218
Black with #B77218
Text Example
Text Example
White with #B77218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77218; }
p { color: rgb(183,114,24); }
H1.HeaderClassName
{
color: #B77218;
}
.AnyTagClassName
{
color: #B77218;
}
</style>
background-color css
<style>
a { background-color: #B77218; }
a { background-color: rgb(183,114,24); }
div.DivClassName
{
background-color: #B77218;
}
.BgClassName
{
background-color: #B77218;
}
</style>
border-color css
<style>
span { border-color: #B77218; }
span { border-color: rgb(183,114,24); }
td.TdClassName
{
border-color: #B77218;
}
.TagClassName
{
border-color: #B77218;
}
</style>