Shades of Pirate Gold #B57518
Tints of Pirate Gold #B57518
RGB
CMYK
RGB Variations
Color information
#B57518 (or 0xB57518) is known color: Pirate Gold. HEX triplet: B5, 75 and 18. RGB value is (181,117,24). Sum of RGB (Red+Green+Blue) = 181+117+24=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B57518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57518 is #4A8AE7. Grayscale: #7D7D7D. Windows color (decimal): -4885224 or 1602997. OLE color: 1602997.
HSL color Cylindrical-coordinate representation of color #B57518: hue angle of 35.54º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B57518 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 24 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.29 |
| HSL | 35.54º | 0.77% | 0.4% | - |
| HSV(B) | 35.54º | 0.87% | 0.71% | - |
| XYZ | 25.58 | 22.61 | 3.88 | - |
| YUV | 125.53 | 70.7 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 24 | 0 | 0.35 | 0.87 | 0.29 | 35.54 | 0.77 | 0.4 |
| Hex | B5 | 75 | 18 | 0 | 23 | 57 | 1D | 24 | 4D | 28 |
| Octal | 265 | 165 | 30 | 0 | 43 | 127 | 35 | 44 | 115 | 50 |
| Binary | 10110101 | 1110101 | 11000 | 0 | 100011 | 1010111 | 11101 | 100100 | 1001101 | 101000 |
Color Harmonies of #B57518
Complementary color
Monochromatic Colors of #B57518
Black with #B57518
Text Example
Text Example
White with #B57518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57518; }
p { color: rgb(181,117,24); }
H1.HeaderClassName
{
color: #B57518;
}
.AnyTagClassName
{
color: #B57518;
}
</style>
background-color css
<style>
a { background-color: #B57518; }
a { background-color: rgb(181,117,24); }
div.DivClassName
{
background-color: #B57518;
}
.BgClassName
{
background-color: #B57518;
}
</style>
border-color css
<style>
span { border-color: #B57518; }
span { border-color: rgb(181,117,24); }
td.TdClassName
{
border-color: #B57518;
}
.TagClassName
{
border-color: #B57518;
}
</style>