Shades of Pirate Gold #BE7D25
Tints of Pirate Gold #BE7D25
RGB
CMYK
RGB Variations
Color information
#BE7D25 (or 0xBE7D25) is known color: Pirate Gold. HEX triplet: BE, 7D and 25. RGB value is (190,125,37). Sum of RGB (Red+Green+Blue) = 190+125+37=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D25 is #4182DA. Grayscale: #868686. Windows color (decimal): -4293339 or 2457022. OLE color: 2457022.
HSL color Cylindrical-coordinate representation of color #BE7D25: hue angle of 34.51º 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 #BE7D25 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 37 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.25 |
| HSL | 34.51º | 0.67% | 0.45% | - |
| HSV(B) | 34.51º | 0.81% | 0.75% | - |
| XYZ | 28.9 | 25.75 | 5.2 | - |
| YUV | 134.4 | 73.03 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 37 | 0 | 0.34 | 0.81 | 0.25 | 34.51 | 0.67 | 0.45 |
| Hex | BE | 7D | 25 | 0 | 22 | 51 | 19 | 23 | 43 | 2D |
| Octal | 276 | 175 | 45 | 0 | 42 | 121 | 31 | 43 | 103 | 55 |
| Binary | 10111110 | 1111101 | 100101 | 0 | 100010 | 1010001 | 11001 | 100011 | 1000011 | 101101 |
Color Harmonies of #BE7D25
Complementary color
Monochromatic Colors of #BE7D25
Black with #BE7D25
Text Example
Text Example
White with #BE7D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D25; }
p { color: rgb(190,125,37); }
H1.HeaderClassName
{
color: #BE7D25;
}
.AnyTagClassName
{
color: #BE7D25;
}
</style>
background-color css
<style>
a { background-color: #BE7D25; }
a { background-color: rgb(190,125,37); }
div.DivClassName
{
background-color: #BE7D25;
}
.BgClassName
{
background-color: #BE7D25;
}
</style>
border-color css
<style>
span { border-color: #BE7D25; }
span { border-color: rgb(190,125,37); }
td.TdClassName
{
border-color: #BE7D25;
}
.TagClassName
{
border-color: #BE7D25;
}
</style>