Shades of Pirate Gold #B47A22
Tints of Pirate Gold #B47A22
RGB
CMYK
RGB Variations
Color information
#B47A22 (or 0xB47A22) is known color: Pirate Gold. HEX triplet: B4, 7A and 22. RGB value is (180,122,34). Sum of RGB (Red+Green+Blue) = 180+122+34=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47A22 is #4B85DD. Grayscale: #818181. Windows color (decimal): -4949470 or 2259636. OLE color: 2259636.
HSL color Cylindrical-coordinate representation of color #B47A22: hue angle of 36.16º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B47A22 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 34 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.29 |
| HSL | 36.16º | 0.68% | 0.42% | - |
| HSV(B) | 36.16º | 0.81% | 0.71% | - |
| XYZ | 26.07 | 23.74 | 4.72 | - |
| YUV | 129.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 34 | 0 | 0.32 | 0.81 | 0.29 | 36.16 | 0.68 | 0.42 |
| Hex | B4 | 7A | 22 | 0 | 20 | 51 | 1D | 24 | 44 | 2A |
| Octal | 264 | 172 | 42 | 0 | 40 | 121 | 35 | 44 | 104 | 52 |
| Binary | 10110100 | 1111010 | 100010 | 0 | 100000 | 1010001 | 11101 | 100100 | 1000100 | 101010 |
Color Harmonies of #B47A22
Complementary color
Monochromatic Colors of #B47A22
Black with #B47A22
Text Example
Text Example
White with #B47A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A22; }
p { color: rgb(180,122,34); }
H1.HeaderClassName
{
color: #B47A22;
}
.AnyTagClassName
{
color: #B47A22;
}
</style>
background-color css
<style>
a { background-color: #B47A22; }
a { background-color: rgb(180,122,34); }
div.DivClassName
{
background-color: #B47A22;
}
.BgClassName
{
background-color: #B47A22;
}
</style>
border-color css
<style>
span { border-color: #B47A22; }
span { border-color: rgb(180,122,34); }
td.TdClassName
{
border-color: #B47A22;
}
.TagClassName
{
border-color: #B47A22;
}
</style>