Shades of Pirate Gold #B37819
Tints of Pirate Gold #B37819
RGB
CMYK
RGB Variations
Color information
#B37819 (or 0xB37819) is known color: Pirate Gold. HEX triplet: B3, 78 and 19. RGB value is (179,120,25). Sum of RGB (Red+Green+Blue) = 179+120+25=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B37819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37819 is #4C87E6. Grayscale: #7F7F7F. Windows color (decimal): -5015527 or 1669299. OLE color: 1669299.
HSL color Cylindrical-coordinate representation of color #B37819: hue angle of 37.01º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B37819 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 25 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.30 |
| HSL | 37.01º | 0.75% | 0.4% | - |
| HSV(B) | 37.01º | 0.86% | 0.7% | - |
| XYZ | 25.48 | 23.09 | 4.03 | - |
| YUV | 126.81 | 70.55 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 25 | 0 | 0.33 | 0.86 | 0.30 | 37.01 | 0.75 | 0.4 |
| Hex | B3 | 78 | 19 | 0 | 21 | 56 | 1E | 25 | 4B | 28 |
| Octal | 263 | 170 | 31 | 0 | 41 | 126 | 36 | 45 | 113 | 50 |
| Binary | 10110011 | 1111000 | 11001 | 0 | 100001 | 1010110 | 11110 | 100101 | 1001011 | 101000 |
Color Harmonies of #B37819
Complementary color
Monochromatic Colors of #B37819
Black with #B37819
Text Example
Text Example
White with #B37819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37819; }
p { color: rgb(179,120,25); }
H1.HeaderClassName
{
color: #B37819;
}
.AnyTagClassName
{
color: #B37819;
}
</style>
background-color css
<style>
a { background-color: #B37819; }
a { background-color: rgb(179,120,25); }
div.DivClassName
{
background-color: #B37819;
}
.BgClassName
{
background-color: #B37819;
}
</style>
border-color css
<style>
span { border-color: #B37819; }
span { border-color: rgb(179,120,25); }
td.TdClassName
{
border-color: #B37819;
}
.TagClassName
{
border-color: #B37819;
}
</style>