Shades of Pirate Gold #BE7A2D
Tints of Pirate Gold #BE7A2D
RGB
CMYK
RGB Variations
Color information
#BE7A2D (or 0xBE7A2D) is known color: Pirate Gold. HEX triplet: BE, 7A and 2D. RGB value is (190,122,45). Sum of RGB (Red+Green+Blue) = 190+122+45=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A2D is #4185D2. Grayscale: #858585. Windows color (decimal): -4294099 or 2980542. OLE color: 2980542.
HSL color Cylindrical-coordinate representation of color #BE7A2D: hue angle of 31.86º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE7A2D is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 45 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.25 |
| HSL | 31.86º | 0.62% | 0.46% | - |
| HSV(B) | 31.86º | 0.76% | 0.75% | - |
| XYZ | 28.67 | 25.06 | 5.81 | - |
| YUV | 133.55 | 78.03 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 45 | 0 | 0.36 | 0.76 | 0.25 | 31.86 | 0.62 | 0.46 |
| Hex | BE | 7A | 2D | 0 | 24 | 4C | 19 | 20 | 3E | 2E |
| Octal | 276 | 172 | 55 | 0 | 44 | 114 | 31 | 40 | 76 | 56 |
| Binary | 10111110 | 1111010 | 101101 | 0 | 100100 | 1001100 | 11001 | 100000 | 111110 | 101110 |
Color Harmonies of #BE7A2D
Complementary color
Monochromatic Colors of #BE7A2D
Black with #BE7A2D
Text Example
Text Example
White with #BE7A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A2D; }
p { color: rgb(190,122,45); }
H1.HeaderClassName
{
color: #BE7A2D;
}
.AnyTagClassName
{
color: #BE7A2D;
}
</style>
background-color css
<style>
a { background-color: #BE7A2D; }
a { background-color: rgb(190,122,45); }
div.DivClassName
{
background-color: #BE7A2D;
}
.BgClassName
{
background-color: #BE7A2D;
}
</style>
border-color css
<style>
span { border-color: #BE7A2D; }
span { border-color: rgb(190,122,45); }
td.TdClassName
{
border-color: #BE7A2D;
}
.TagClassName
{
border-color: #BE7A2D;
}
</style>