Shades of Pirate Gold #BE7A1F
Tints of Pirate Gold #BE7A1F
RGB
CMYK
RGB Variations
Color information
#BE7A1F (or 0xBE7A1F) is known color: Pirate Gold. HEX triplet: BE, 7A and 1F. RGB value is (190,122,31). Sum of RGB (Red+Green+Blue) = 190+122+31=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A1F is #4185E0. Grayscale: #848484. Windows color (decimal): -4294113 or 2063038. OLE color: 2063038.
HSL color Cylindrical-coordinate representation of color #BE7A1F: hue angle of 34.34º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE7A1F is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 31 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.25 |
| HSL | 34.34º | 0.72% | 0.43% | - |
| HSV(B) | 34.34º | 0.84% | 0.75% | - |
| XYZ | 28.44 | 24.97 | 4.62 | - |
| YUV | 131.96 | 71.03 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 31 | 0 | 0.36 | 0.84 | 0.25 | 34.34 | 0.72 | 0.43 |
| Hex | BE | 7A | 1F | 0 | 24 | 54 | 19 | 22 | 48 | 2B |
| Octal | 276 | 172 | 37 | 0 | 44 | 124 | 31 | 42 | 110 | 53 |
| Binary | 10111110 | 1111010 | 11111 | 0 | 100100 | 1010100 | 11001 | 100010 | 1001000 | 101011 |
Color Harmonies of #BE7A1F
Complementary color
Monochromatic Colors of #BE7A1F
Black with #BE7A1F
Text Example
Text Example
White with #BE7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A1F; }
p { color: rgb(190,122,31); }
H1.HeaderClassName
{
color: #BE7A1F;
}
.AnyTagClassName
{
color: #BE7A1F;
}
</style>
background-color css
<style>
a { background-color: #BE7A1F; }
a { background-color: rgb(190,122,31); }
div.DivClassName
{
background-color: #BE7A1F;
}
.BgClassName
{
background-color: #BE7A1F;
}
</style>
border-color css
<style>
span { border-color: #BE7A1F; }
span { border-color: rgb(190,122,31); }
td.TdClassName
{
border-color: #BE7A1F;
}
.TagClassName
{
border-color: #BE7A1F;
}
</style>