Shades of Pirate Gold #B17819
Tints of Pirate Gold #B17819
RGB
CMYK
RGB Variations
Color information
#B17819 (or 0xB17819) is known color: Pirate Gold. HEX triplet: B1, 78 and 19. RGB value is (177,120,25). Sum of RGB (Red+Green+Blue) = 177+120+25=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B17819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17819 is #4E87E6. Grayscale: #7E7E7E. Windows color (decimal): -5146599 or 1669297. OLE color: 1669297.
HSL color Cylindrical-coordinate representation of color #B17819: hue angle of 37.5º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B17819 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 25 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.31 |
| HSL | 37.5º | 0.75% | 0.4% | - |
| HSV(B) | 37.5º | 0.86% | 0.69% | - |
| XYZ | 25.02 | 22.85 | 4.01 | - |
| YUV | 126.21 | 70.88 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 25 | 0 | 0.32 | 0.86 | 0.31 | 37.5 | 0.75 | 0.4 |
| Hex | B1 | 78 | 19 | 0 | 20 | 56 | 1F | 26 | 4B | 28 |
| Octal | 261 | 170 | 31 | 0 | 40 | 126 | 37 | 46 | 113 | 50 |
| Binary | 10110001 | 1111000 | 11001 | 0 | 100000 | 1010110 | 11111 | 100110 | 1001011 | 101000 |
Color Harmonies of #B17819
Complementary color
Monochromatic Colors of #B17819
Black with #B17819
Text Example
Text Example
White with #B17819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17819; }
p { color: rgb(177,120,25); }
H1.HeaderClassName
{
color: #B17819;
}
.AnyTagClassName
{
color: #B17819;
}
</style>
background-color css
<style>
a { background-color: #B17819; }
a { background-color: rgb(177,120,25); }
div.DivClassName
{
background-color: #B17819;
}
.BgClassName
{
background-color: #B17819;
}
</style>
border-color css
<style>
span { border-color: #B17819; }
span { border-color: rgb(177,120,25); }
td.TdClassName
{
border-color: #B17819;
}
.TagClassName
{
border-color: #B17819;
}
</style>