Shades of Pirate Gold #B17518
Tints of Pirate Gold #B17518
RGB
CMYK
RGB Variations
Color information
#B17518 (or 0xB17518) is known color: Pirate Gold. HEX triplet: B1, 75 and 18. RGB value is (177,117,24). Sum of RGB (Red+Green+Blue) = 177+117+24=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B17518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17518 is #4E8AE7. Grayscale: #7C7C7C. Windows color (decimal): -5147368 or 1602993. OLE color: 1602993.
HSL color Cylindrical-coordinate representation of color #B17518: hue angle of 36.47º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B17518 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 24 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.31 |
| HSL | 36.47º | 0.76% | 0.39% | - |
| HSV(B) | 36.47º | 0.86% | 0.69% | - |
| XYZ | 24.66 | 22.14 | 3.84 | - |
| YUV | 124.34 | 71.38 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 24 | 0 | 0.34 | 0.86 | 0.31 | 36.47 | 0.76 | 0.39 |
| Hex | B1 | 75 | 18 | 0 | 22 | 56 | 1F | 24 | 4C | 27 |
| Octal | 261 | 165 | 30 | 0 | 42 | 126 | 37 | 44 | 114 | 47 |
| Binary | 10110001 | 1110101 | 11000 | 0 | 100010 | 1010110 | 11111 | 100100 | 1001100 | 100111 |
Color Harmonies of #B17518
Complementary color
Monochromatic Colors of #B17518
Black with #B17518
Text Example
Text Example
White with #B17518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17518; }
p { color: rgb(177,117,24); }
H1.HeaderClassName
{
color: #B17518;
}
.AnyTagClassName
{
color: #B17518;
}
</style>
background-color css
<style>
a { background-color: #B17518; }
a { background-color: rgb(177,117,24); }
div.DivClassName
{
background-color: #B17518;
}
.BgClassName
{
background-color: #B17518;
}
</style>
border-color css
<style>
span { border-color: #B17518; }
span { border-color: rgb(177,117,24); }
td.TdClassName
{
border-color: #B17518;
}
.TagClassName
{
border-color: #B17518;
}
</style>