Shades of Pirate Gold #B47919
Tints of Pirate Gold #B47919
RGB
CMYK
RGB Variations
Color information
#B47919 (or 0xB47919) is known color: Pirate Gold. HEX triplet: B4, 79 and 19. RGB value is (180,121,25). Sum of RGB (Red+Green+Blue) = 180+121+25=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B47919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47919 is #4B86E6. Grayscale: #808080. Windows color (decimal): -4949735 or 1669556. OLE color: 1669556.
HSL color Cylindrical-coordinate representation of color #B47919: hue angle of 37.16º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B47919 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 121 | 25 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.29 |
| HSL | 37.16º | 0.76% | 0.4% | - |
| HSV(B) | 37.16º | 0.86% | 0.71% | - |
| XYZ | 25.84 | 23.45 | 4.08 | - |
| YUV | 127.7 | 70.05 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 25 | 0 | 0.33 | 0.86 | 0.29 | 37.16 | 0.76 | 0.4 |
| Hex | B4 | 79 | 19 | 0 | 21 | 56 | 1D | 25 | 4C | 28 |
| Octal | 264 | 171 | 31 | 0 | 41 | 126 | 35 | 45 | 114 | 50 |
| Binary | 10110100 | 1111001 | 11001 | 0 | 100001 | 1010110 | 11101 | 100101 | 1001100 | 101000 |
Color Harmonies of #B47919
Complementary color
Monochromatic Colors of #B47919
Black with #B47919
Text Example
Text Example
White with #B47919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47919; }
p { color: rgb(180,121,25); }
H1.HeaderClassName
{
color: #B47919;
}
.AnyTagClassName
{
color: #B47919;
}
</style>
background-color css
<style>
a { background-color: #B47919; }
a { background-color: rgb(180,121,25); }
div.DivClassName
{
background-color: #B47919;
}
.BgClassName
{
background-color: #B47919;
}
</style>
border-color css
<style>
span { border-color: #B47919; }
span { border-color: rgb(180,121,25); }
td.TdClassName
{
border-color: #B47919;
}
.TagClassName
{
border-color: #B47919;
}
</style>