Shades of Pirate Gold #B47121
Tints of Pirate Gold #B47121
RGB
CMYK
RGB Variations
Color information
#B47121 (or 0xB47121) is known color: Pirate Gold. HEX triplet: B4, 71 and 21. RGB value is (180,113,33). Sum of RGB (Red+Green+Blue) = 180+113+33=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B47121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47121 is #4B8EDE. Grayscale: #7C7C7C. Windows color (decimal): -4951775 or 2191796. OLE color: 2191796.
HSL color Cylindrical-coordinate representation of color #B47121: hue angle of 32.65º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B47121 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 33 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.29 |
| HSL | 32.65º | 0.69% | 0.42% | - |
| HSV(B) | 32.65º | 0.82% | 0.71% | - |
| XYZ | 25 | 21.62 | 4.29 | - |
| YUV | 123.91 | 76.7 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 33 | 0 | 0.37 | 0.82 | 0.29 | 32.65 | 0.69 | 0.42 |
| Hex | B4 | 71 | 21 | 0 | 25 | 52 | 1D | 21 | 45 | 2A |
| Octal | 264 | 161 | 41 | 0 | 45 | 122 | 35 | 41 | 105 | 52 |
| Binary | 10110100 | 1110001 | 100001 | 0 | 100101 | 1010010 | 11101 | 100001 | 1000101 | 101010 |
Color Harmonies of #B47121
Complementary color
Monochromatic Colors of #B47121
Black with #B47121
Text Example
Text Example
White with #B47121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47121; }
p { color: rgb(180,113,33); }
H1.HeaderClassName
{
color: #B47121;
}
.AnyTagClassName
{
color: #B47121;
}
</style>
background-color css
<style>
a { background-color: #B47121; }
a { background-color: rgb(180,113,33); }
div.DivClassName
{
background-color: #B47121;
}
.BgClassName
{
background-color: #B47121;
}
</style>
border-color css
<style>
span { border-color: #B47121; }
span { border-color: rgb(180,113,33); }
td.TdClassName
{
border-color: #B47121;
}
.TagClassName
{
border-color: #B47121;
}
</style>