Shades of Pirate Gold #BE7E2A
Tints of Pirate Gold #BE7E2A
RGB
CMYK
RGB Variations
Color information
#BE7E2A (or 0xBE7E2A) is known color: Pirate Gold. HEX triplet: BE, 7E and 2A. RGB value is (190,126,42). Sum of RGB (Red+Green+Blue) = 190+126+42=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7E2A is #4181D5. Grayscale: #878787. Windows color (decimal): -4293078 or 2784958. OLE color: 2784958.
HSL color Cylindrical-coordinate representation of color #BE7E2A: hue angle of 34.05º degrees, saturation: 0.64, 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 #BE7E2A is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 126 | 42 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.25 |
| HSL | 34.05º | 0.64% | 0.45% | - |
| HSV(B) | 34.05º | 0.78% | 0.75% | - |
| XYZ | 29.11 | 26.04 | 5.68 | - |
| YUV | 135.56 | 75.2 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 42 | 0 | 0.34 | 0.78 | 0.25 | 34.05 | 0.64 | 0.45 |
| Hex | BE | 7E | 2A | 0 | 22 | 4E | 19 | 22 | 40 | 2D |
| Octal | 276 | 176 | 52 | 0 | 42 | 116 | 31 | 42 | 100 | 55 |
| Binary | 10111110 | 1111110 | 101010 | 0 | 100010 | 1001110 | 11001 | 100010 | 1000000 | 101101 |
Color Harmonies of #BE7E2A
Complementary color
Monochromatic Colors of #BE7E2A
Black with #BE7E2A
Text Example
Text Example
White with #BE7E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7E2A; }
p { color: rgb(190,126,42); }
H1.HeaderClassName
{
color: #BE7E2A;
}
.AnyTagClassName
{
color: #BE7E2A;
}
</style>
background-color css
<style>
a { background-color: #BE7E2A; }
a { background-color: rgb(190,126,42); }
div.DivClassName
{
background-color: #BE7E2A;
}
.BgClassName
{
background-color: #BE7E2A;
}
</style>
border-color css
<style>
span { border-color: #BE7E2A; }
span { border-color: rgb(190,126,42); }
td.TdClassName
{
border-color: #BE7E2A;
}
.TagClassName
{
border-color: #BE7E2A;
}
</style>