Shades of Pirate Gold #B47318
Tints of Pirate Gold #B47318
RGB
CMYK
RGB Variations
Color information
#B47318 (or 0xB47318) is known color: Pirate Gold. HEX triplet: B4, 73 and 18. RGB value is (180,115,24). Sum of RGB (Red+Green+Blue) = 180+115+24=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B47318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47318 is #4B8CE7. Grayscale: #7C7C7C. Windows color (decimal): -4951272 or 1602484. OLE color: 1602484.
HSL color Cylindrical-coordinate representation of color #B47318: hue angle of 35º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B47318 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 24 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.29 |
| HSL | 35º | 0.76% | 0.4% | - |
| HSV(B) | 35º | 0.87% | 0.71% | - |
| XYZ | 25.12 | 22.03 | 3.79 | - |
| YUV | 124.06 | 71.53 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 24 | 0 | 0.36 | 0.87 | 0.29 | 35 | 0.76 | 0.4 |
| Hex | B4 | 73 | 18 | 0 | 24 | 57 | 1D | 23 | 4C | 28 |
| Octal | 264 | 163 | 30 | 0 | 44 | 127 | 35 | 43 | 114 | 50 |
| Binary | 10110100 | 1110011 | 11000 | 0 | 100100 | 1010111 | 11101 | 100011 | 1001100 | 101000 |
Color Harmonies of #B47318
Complementary color
Monochromatic Colors of #B47318
Black with #B47318
Text Example
Text Example
White with #B47318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47318; }
p { color: rgb(180,115,24); }
H1.HeaderClassName
{
color: #B47318;
}
.AnyTagClassName
{
color: #B47318;
}
</style>
background-color css
<style>
a { background-color: #B47318; }
a { background-color: rgb(180,115,24); }
div.DivClassName
{
background-color: #B47318;
}
.BgClassName
{
background-color: #B47318;
}
</style>
border-color css
<style>
span { border-color: #B47318; }
span { border-color: rgb(180,115,24); }
td.TdClassName
{
border-color: #B47318;
}
.TagClassName
{
border-color: #B47318;
}
</style>