Shades of Pirate Gold #B5752B
Tints of Pirate Gold #B5752B
RGB
CMYK
RGB Variations
Color information
#B5752B (or 0xB5752B) is known color: Pirate Gold. HEX triplet: B5, 75 and 2B. RGB value is (181,117,43). Sum of RGB (Red+Green+Blue) = 181+117+43=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5752B is #4A8AD4. Grayscale: #808080. Windows color (decimal): -4885205 or 2848181. OLE color: 2848181.
HSL color Cylindrical-coordinate representation of color #B5752B: hue angle of 32.17º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5752B is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 43 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.29 |
| HSL | 32.17º | 0.62% | 0.44% | - |
| HSV(B) | 32.17º | 0.76% | 0.71% | - |
| XYZ | 25.85 | 22.72 | 5.31 | - |
| YUV | 127.7 | 80.2 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 43 | 0 | 0.35 | 0.76 | 0.29 | 32.17 | 0.62 | 0.44 |
| Hex | B5 | 75 | 2B | 0 | 23 | 4C | 1D | 20 | 3E | 2C |
| Octal | 265 | 165 | 53 | 0 | 43 | 114 | 35 | 40 | 76 | 54 |
| Binary | 10110101 | 1110101 | 101011 | 0 | 100011 | 1001100 | 11101 | 100000 | 111110 | 101100 |
Color Harmonies of #B5752B
Complementary color
Monochromatic Colors of #B5752B
Black with #B5752B
Text Example
Text Example
White with #B5752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5752B; }
p { color: rgb(181,117,43); }
H1.HeaderClassName
{
color: #B5752B;
}
.AnyTagClassName
{
color: #B5752B;
}
</style>
background-color css
<style>
a { background-color: #B5752B; }
a { background-color: rgb(181,117,43); }
div.DivClassName
{
background-color: #B5752B;
}
.BgClassName
{
background-color: #B5752B;
}
</style>
border-color css
<style>
span { border-color: #B5752B; }
span { border-color: rgb(181,117,43); }
td.TdClassName
{
border-color: #B5752B;
}
.TagClassName
{
border-color: #B5752B;
}
</style>