Shades of Pirate Gold #B47328
Tints of Pirate Gold #B47328
RGB
CMYK
RGB Variations
Color information
#B47328 (or 0xB47328) is known color: Pirate Gold. HEX triplet: B4, 73 and 28. RGB value is (180,115,40). Sum of RGB (Red+Green+Blue) = 180+115+40=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B47328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47328 is #4B8CD7. Grayscale: #7E7E7E. Windows color (decimal): -4951256 or 2651060. OLE color: 2651060.
HSL color Cylindrical-coordinate representation of color #B47328: hue angle of 32.14º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B47328 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 40 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.29 |
| HSL | 32.14º | 0.64% | 0.43% | - |
| HSV(B) | 32.14º | 0.78% | 0.71% | - |
| XYZ | 25.34 | 22.12 | 4.94 | - |
| YUV | 125.89 | 79.53 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 40 | 0 | 0.36 | 0.78 | 0.29 | 32.14 | 0.64 | 0.43 |
| Hex | B4 | 73 | 28 | 0 | 24 | 4E | 1D | 20 | 40 | 2B |
| Octal | 264 | 163 | 50 | 0 | 44 | 116 | 35 | 40 | 100 | 53 |
| Binary | 10110100 | 1110011 | 101000 | 0 | 100100 | 1001110 | 11101 | 100000 | 1000000 | 101011 |
Color Harmonies of #B47328
Complementary color
Monochromatic Colors of #B47328
Black with #B47328
Text Example
Text Example
White with #B47328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47328; }
p { color: rgb(180,115,40); }
H1.HeaderClassName
{
color: #B47328;
}
.AnyTagClassName
{
color: #B47328;
}
</style>
background-color css
<style>
a { background-color: #B47328; }
a { background-color: rgb(180,115,40); }
div.DivClassName
{
background-color: #B47328;
}
.BgClassName
{
background-color: #B47328;
}
</style>
border-color css
<style>
span { border-color: #B47328; }
span { border-color: rgb(180,115,40); }
td.TdClassName
{
border-color: #B47328;
}
.TagClassName
{
border-color: #B47328;
}
</style>