Shades of Pirate Gold #B5711D
Tints of Pirate Gold #B5711D
RGB
CMYK
RGB Variations
Color information
#B5711D (or 0xB5711D) is known color: Pirate Gold. HEX triplet: B5, 71 and 1D. RGB value is (181,113,29). Sum of RGB (Red+Green+Blue) = 181+113+29=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5711D is #4A8EE2. Grayscale: #7C7C7C. Windows color (decimal): -4886243 or 1929653. OLE color: 1929653.
HSL color Cylindrical-coordinate representation of color #B5711D: hue angle of 33.16º 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 #B5711D is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 29 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.29 |
| HSL | 33.16º | 0.72% | 0.41% | - |
| HSV(B) | 33.16º | 0.84% | 0.71% | - |
| XYZ | 25.18 | 21.72 | 4.03 | - |
| YUV | 123.76 | 74.53 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 29 | 0 | 0.38 | 0.84 | 0.29 | 33.16 | 0.72 | 0.41 |
| Hex | B5 | 71 | 1D | 0 | 26 | 54 | 1D | 21 | 48 | 29 |
| Octal | 265 | 161 | 35 | 0 | 46 | 124 | 35 | 41 | 110 | 51 |
| Binary | 10110101 | 1110001 | 11101 | 0 | 100110 | 1010100 | 11101 | 100001 | 1001000 | 101001 |
Color Harmonies of #B5711D
Complementary color
Monochromatic Colors of #B5711D
Black with #B5711D
Text Example
Text Example
White with #B5711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5711D; }
p { color: rgb(181,113,29); }
H1.HeaderClassName
{
color: #B5711D;
}
.AnyTagClassName
{
color: #B5711D;
}
</style>
background-color css
<style>
a { background-color: #B5711D; }
a { background-color: rgb(181,113,29); }
div.DivClassName
{
background-color: #B5711D;
}
.BgClassName
{
background-color: #B5711D;
}
</style>
border-color css
<style>
span { border-color: #B5711D; }
span { border-color: rgb(181,113,29); }
td.TdClassName
{
border-color: #B5711D;
}
.TagClassName
{
border-color: #B5711D;
}
</style>