Shades of Pirate Gold #BE7229
Tints of Pirate Gold #BE7229
RGB
CMYK
RGB Variations
Color information
#BE7229 (or 0xBE7229) is known color: Pirate Gold. HEX triplet: BE, 72 and 29. RGB value is (190,114,41). Sum of RGB (Red+Green+Blue) = 190+114+41=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7229 is #418DD6. Grayscale: #808080. Windows color (decimal): -4296151 or 2716350. OLE color: 2716350.
HSL color Cylindrical-coordinate representation of color #BE7229: hue angle of 29.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE7229 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 41 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.25 |
| HSL | 29.4º | 0.65% | 0.45% | - |
| HSV(B) | 29.4º | 0.78% | 0.75% | - |
| XYZ | 27.65 | 23.14 | 5.11 | - |
| YUV | 128.4 | 78.68 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 41 | 0 | 0.40 | 0.78 | 0.25 | 29.4 | 0.65 | 0.45 |
| Hex | BE | 72 | 29 | 0 | 28 | 4E | 19 | 1D | 41 | 2D |
| Octal | 276 | 162 | 51 | 0 | 50 | 116 | 31 | 35 | 101 | 55 |
| Binary | 10111110 | 1110010 | 101001 | 0 | 101000 | 1001110 | 11001 | 11101 | 1000001 | 101101 |
Color Harmonies of #BE7229
Complementary color
Monochromatic Colors of #BE7229
Black with #BE7229
Text Example
Text Example
White with #BE7229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7229; }
p { color: rgb(190,114,41); }
H1.HeaderClassName
{
color: #BE7229;
}
.AnyTagClassName
{
color: #BE7229;
}
</style>
background-color css
<style>
a { background-color: #BE7229; }
a { background-color: rgb(190,114,41); }
div.DivClassName
{
background-color: #BE7229;
}
.BgClassName
{
background-color: #BE7229;
}
</style>
border-color css
<style>
span { border-color: #BE7229; }
span { border-color: rgb(190,114,41); }
td.TdClassName
{
border-color: #BE7229;
}
.TagClassName
{
border-color: #BE7229;
}
</style>