Shades of Pirate Gold #BE7A29
Tints of Pirate Gold #BE7A29
RGB
CMYK
RGB Variations
Color information
#BE7A29 (or 0xBE7A29) is known color: Pirate Gold. HEX triplet: BE, 7A and 29. RGB value is (190,122,41). Sum of RGB (Red+Green+Blue) = 190+122+41=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A29 is #4185D6. Grayscale: #858585. Windows color (decimal): -4294103 or 2718398. OLE color: 2718398.
HSL color Cylindrical-coordinate representation of color #BE7A29: hue angle of 32.62º 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 #BE7A29 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 41 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.25 |
| HSL | 32.62º | 0.65% | 0.45% | - |
| HSV(B) | 32.62º | 0.78% | 0.75% | - |
| XYZ | 28.59 | 25.03 | 5.42 | - |
| YUV | 133.1 | 76.03 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 41 | 0 | 0.36 | 0.78 | 0.25 | 32.62 | 0.65 | 0.45 |
| Hex | BE | 7A | 29 | 0 | 24 | 4E | 19 | 21 | 41 | 2D |
| Octal | 276 | 172 | 51 | 0 | 44 | 116 | 31 | 41 | 101 | 55 |
| Binary | 10111110 | 1111010 | 101001 | 0 | 100100 | 1001110 | 11001 | 100001 | 1000001 | 101101 |
Color Harmonies of #BE7A29
Complementary color
Monochromatic Colors of #BE7A29
Black with #BE7A29
Text Example
Text Example
White with #BE7A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A29; }
p { color: rgb(190,122,41); }
H1.HeaderClassName
{
color: #BE7A29;
}
.AnyTagClassName
{
color: #BE7A29;
}
</style>
background-color css
<style>
a { background-color: #BE7A29; }
a { background-color: rgb(190,122,41); }
div.DivClassName
{
background-color: #BE7A29;
}
.BgClassName
{
background-color: #BE7A29;
}
</style>
border-color css
<style>
span { border-color: #BE7A29; }
span { border-color: rgb(190,122,41); }
td.TdClassName
{
border-color: #BE7A29;
}
.TagClassName
{
border-color: #BE7A29;
}
</style>