Shades of Pirate Gold #BE7524
Tints of Pirate Gold #BE7524
RGB
CMYK
RGB Variations
Color information
#BE7524 (or 0xBE7524) is known color: Pirate Gold. HEX triplet: BE, 75 and 24. RGB value is (190,117,36). Sum of RGB (Red+Green+Blue) = 190+117+36=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7524 is #418ADB. Grayscale: #818181. Windows color (decimal): -4295388 or 2389438. OLE color: 2389438.
HSL color Cylindrical-coordinate representation of color #BE7524: hue angle of 31.56º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE7524 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 36 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.25 |
| HSL | 31.56º | 0.68% | 0.44% | - |
| HSV(B) | 31.56º | 0.81% | 0.75% | - |
| XYZ | 27.91 | 23.8 | 4.79 | - |
| YUV | 129.59 | 75.18 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 36 | 0 | 0.38 | 0.81 | 0.25 | 31.56 | 0.68 | 0.44 |
| Hex | BE | 75 | 24 | 0 | 26 | 51 | 19 | 20 | 44 | 2C |
| Octal | 276 | 165 | 44 | 0 | 46 | 121 | 31 | 40 | 104 | 54 |
| Binary | 10111110 | 1110101 | 100100 | 0 | 100110 | 1010001 | 11001 | 100000 | 1000100 | 101100 |
Color Harmonies of #BE7524
Complementary color
Monochromatic Colors of #BE7524
Black with #BE7524
Text Example
Text Example
White with #BE7524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7524; }
p { color: rgb(190,117,36); }
H1.HeaderClassName
{
color: #BE7524;
}
.AnyTagClassName
{
color: #BE7524;
}
</style>
background-color css
<style>
a { background-color: #BE7524; }
a { background-color: rgb(190,117,36); }
div.DivClassName
{
background-color: #BE7524;
}
.BgClassName
{
background-color: #BE7524;
}
</style>
border-color css
<style>
span { border-color: #BE7524; }
span { border-color: rgb(190,117,36); }
td.TdClassName
{
border-color: #BE7524;
}
.TagClassName
{
border-color: #BE7524;
}
</style>