Shades of Pirate Gold #BE7A25
Tints of Pirate Gold #BE7A25
RGB
CMYK
RGB Variations
Color information
#BE7A25 (or 0xBE7A25) is known color: Pirate Gold. HEX triplet: BE, 7A and 25. RGB value is (190,122,37). Sum of RGB (Red+Green+Blue) = 190+122+37=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A25 is #4185DA. Grayscale: #858585. Windows color (decimal): -4294107 or 2456254. OLE color: 2456254.
HSL color Cylindrical-coordinate representation of color #BE7A25: hue angle of 33.33º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE7A25 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 37 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.25 |
| HSL | 33.33º | 0.67% | 0.45% | - |
| HSV(B) | 33.33º | 0.81% | 0.75% | - |
| XYZ | 28.53 | 25 | 5.07 | - |
| YUV | 132.64 | 74.03 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 37 | 0 | 0.36 | 0.81 | 0.25 | 33.33 | 0.67 | 0.45 |
| Hex | BE | 7A | 25 | 0 | 24 | 51 | 19 | 21 | 43 | 2D |
| Octal | 276 | 172 | 45 | 0 | 44 | 121 | 31 | 41 | 103 | 55 |
| Binary | 10111110 | 1111010 | 100101 | 0 | 100100 | 1010001 | 11001 | 100001 | 1000011 | 101101 |
Color Harmonies of #BE7A25
Complementary color
Monochromatic Colors of #BE7A25
Black with #BE7A25
Text Example
Text Example
White with #BE7A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A25; }
p { color: rgb(190,122,37); }
H1.HeaderClassName
{
color: #BE7A25;
}
.AnyTagClassName
{
color: #BE7A25;
}
</style>
background-color css
<style>
a { background-color: #BE7A25; }
a { background-color: rgb(190,122,37); }
div.DivClassName
{
background-color: #BE7A25;
}
.BgClassName
{
background-color: #BE7A25;
}
</style>
border-color css
<style>
span { border-color: #BE7A25; }
span { border-color: rgb(190,122,37); }
td.TdClassName
{
border-color: #BE7A25;
}
.TagClassName
{
border-color: #BE7A25;
}
</style>