Shades of Pirate Gold #B47A1D
Tints of Pirate Gold #B47A1D
RGB
CMYK
RGB Variations
Color information
#B47A1D (or 0xB47A1D) is known color: Pirate Gold. HEX triplet: B4, 7A and 1D. RGB value is (180,122,29). Sum of RGB (Red+Green+Blue) = 180+122+29=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47A1D is #4B85E2. Grayscale: #818181. Windows color (decimal): -4949475 or 1931956. OLE color: 1931956.
HSL color Cylindrical-coordinate representation of color #B47A1D: hue angle of 36.95º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B47A1D is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 29 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.29 |
| HSL | 36.95º | 0.72% | 0.41% | - |
| HSV(B) | 36.95º | 0.84% | 0.71% | - |
| XYZ | 26 | 23.71 | 4.37 | - |
| YUV | 128.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 29 | 0 | 0.32 | 0.84 | 0.29 | 36.95 | 0.72 | 0.41 |
| Hex | B4 | 7A | 1D | 0 | 20 | 54 | 1D | 25 | 48 | 29 |
| Octal | 264 | 172 | 35 | 0 | 40 | 124 | 35 | 45 | 110 | 51 |
| Binary | 10110100 | 1111010 | 11101 | 0 | 100000 | 1010100 | 11101 | 100101 | 1001000 | 101001 |
Color Harmonies of #B47A1D
Complementary color
Monochromatic Colors of #B47A1D
Black with #B47A1D
Text Example
Text Example
White with #B47A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A1D; }
p { color: rgb(180,122,29); }
H1.HeaderClassName
{
color: #B47A1D;
}
.AnyTagClassName
{
color: #B47A1D;
}
</style>
background-color css
<style>
a { background-color: #B47A1D; }
a { background-color: rgb(180,122,29); }
div.DivClassName
{
background-color: #B47A1D;
}
.BgClassName
{
background-color: #B47A1D;
}
</style>
border-color css
<style>
span { border-color: #B47A1D; }
span { border-color: rgb(180,122,29); }
td.TdClassName
{
border-color: #B47A1D;
}
.TagClassName
{
border-color: #B47A1D;
}
</style>