Shades of Pirate Gold #B4711D
Tints of Pirate Gold #B4711D
RGB
CMYK
RGB Variations
Color information
#B4711D (or 0xB4711D) is known color: Pirate Gold. HEX triplet: B4, 71 and 1D. RGB value is (180,113,29). Sum of RGB (Red+Green+Blue) = 180+113+29=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B4711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4711D is #4B8EE2. Grayscale: #7B7B7B. Windows color (decimal): -4951779 or 1929652. OLE color: 1929652.
HSL color Cylindrical-coordinate representation of color #B4711D: hue angle of 33.38º 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 #B4711D is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 29 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.29 |
| HSL | 33.38º | 0.72% | 0.41% | - |
| HSV(B) | 33.38º | 0.84% | 0.71% | - |
| XYZ | 24.95 | 21.6 | 4.02 | - |
| YUV | 123.46 | 74.7 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 29 | 0 | 0.37 | 0.84 | 0.29 | 33.38 | 0.72 | 0.41 |
| Hex | B4 | 71 | 1D | 0 | 25 | 54 | 1D | 21 | 48 | 29 |
| Octal | 264 | 161 | 35 | 0 | 45 | 124 | 35 | 41 | 110 | 51 |
| Binary | 10110100 | 1110001 | 11101 | 0 | 100101 | 1010100 | 11101 | 100001 | 1001000 | 101001 |
Color Harmonies of #B4711D
Complementary color
Monochromatic Colors of #B4711D
Black with #B4711D
Text Example
Text Example
White with #B4711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4711D; }
p { color: rgb(180,113,29); }
H1.HeaderClassName
{
color: #B4711D;
}
.AnyTagClassName
{
color: #B4711D;
}
</style>
background-color css
<style>
a { background-color: #B4711D; }
a { background-color: rgb(180,113,29); }
div.DivClassName
{
background-color: #B4711D;
}
.BgClassName
{
background-color: #B4711D;
}
</style>
border-color css
<style>
span { border-color: #B4711D; }
span { border-color: rgb(180,113,29); }
td.TdClassName
{
border-color: #B4711D;
}
.TagClassName
{
border-color: #B4711D;
}
</style>