Shades of Pirate Gold #BE7224
Tints of Pirate Gold #BE7224
RGB
CMYK
RGB Variations
Color information
#BE7224 (or 0xBE7224) is known color: Pirate Gold. HEX triplet: BE, 72 and 24. RGB value is (190,114,36). Sum of RGB (Red+Green+Blue) = 190+114+36=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7224 is #418DDB. Grayscale: #808080. Windows color (decimal): -4296156 or 2388670. OLE color: 2388670.
HSL color Cylindrical-coordinate representation of color #BE7224: hue angle of 30.39º 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 #BE7224 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 36 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.25 |
| HSL | 30.39º | 0.68% | 0.44% | - |
| HSV(B) | 30.39º | 0.81% | 0.75% | - |
| XYZ | 27.57 | 23.11 | 4.68 | - |
| YUV | 127.83 | 76.18 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 36 | 0 | 0.40 | 0.81 | 0.25 | 30.39 | 0.68 | 0.44 |
| Hex | BE | 72 | 24 | 0 | 28 | 51 | 19 | 1E | 44 | 2C |
| Octal | 276 | 162 | 44 | 0 | 50 | 121 | 31 | 36 | 104 | 54 |
| Binary | 10111110 | 1110010 | 100100 | 0 | 101000 | 1010001 | 11001 | 11110 | 1000100 | 101100 |
Color Harmonies of #BE7224
Complementary color
Monochromatic Colors of #BE7224
Black with #BE7224
Text Example
Text Example
White with #BE7224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7224; }
p { color: rgb(190,114,36); }
H1.HeaderClassName
{
color: #BE7224;
}
.AnyTagClassName
{
color: #BE7224;
}
</style>
background-color css
<style>
a { background-color: #BE7224; }
a { background-color: rgb(190,114,36); }
div.DivClassName
{
background-color: #BE7224;
}
.BgClassName
{
background-color: #BE7224;
}
</style>
border-color css
<style>
span { border-color: #BE7224; }
span { border-color: rgb(190,114,36); }
td.TdClassName
{
border-color: #BE7224;
}
.TagClassName
{
border-color: #BE7224;
}
</style>