Shades of Pirate Gold #B5752D
Tints of Pirate Gold #B5752D
RGB
CMYK
RGB Variations
Color information
#B5752D (or 0xB5752D) is known color: Pirate Gold. HEX triplet: B5, 75 and 2D. RGB value is (181,117,45). Sum of RGB (Red+Green+Blue) = 181+117+45=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5752D is #4A8AD2. Grayscale: #808080. Windows color (decimal): -4885203 or 2979253. OLE color: 2979253.
HSL color Cylindrical-coordinate representation of color #B5752D: hue angle of 31.76º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5752D is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 45 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.29 |
| HSL | 31.76º | 0.6% | 0.44% | - |
| HSV(B) | 31.76º | 0.75% | 0.71% | - |
| XYZ | 25.89 | 22.74 | 5.51 | - |
| YUV | 127.93 | 81.2 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 45 | 0 | 0.35 | 0.75 | 0.29 | 31.76 | 0.6 | 0.44 |
| Hex | B5 | 75 | 2D | 0 | 23 | 4B | 1D | 20 | 3C | 2C |
| Octal | 265 | 165 | 55 | 0 | 43 | 113 | 35 | 40 | 74 | 54 |
| Binary | 10110101 | 1110101 | 101101 | 0 | 100011 | 1001011 | 11101 | 100000 | 111100 | 101100 |
Color Harmonies of #B5752D
Complementary color
Monochromatic Colors of #B5752D
Black with #B5752D
Text Example
Text Example
White with #B5752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5752D; }
p { color: rgb(181,117,45); }
H1.HeaderClassName
{
color: #B5752D;
}
.AnyTagClassName
{
color: #B5752D;
}
</style>
background-color css
<style>
a { background-color: #B5752D; }
a { background-color: rgb(181,117,45); }
div.DivClassName
{
background-color: #B5752D;
}
.BgClassName
{
background-color: #B5752D;
}
</style>
border-color css
<style>
span { border-color: #B5752D; }
span { border-color: rgb(181,117,45); }
td.TdClassName
{
border-color: #B5752D;
}
.TagClassName
{
border-color: #B5752D;
}
</style>