Shades of Pirate Gold #BE7E2D
Tints of Pirate Gold #BE7E2D
RGB
CMYK
RGB Variations
Color information
#BE7E2D (or 0xBE7E2D) is known color: Pirate Gold. HEX triplet: BE, 7E and 2D. RGB value is (190,126,45). Sum of RGB (Red+Green+Blue) = 190+126+45=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7E2D is #4181D2. Grayscale: #888888. Windows color (decimal): -4293075 or 2981566. OLE color: 2981566.
HSL color Cylindrical-coordinate representation of color #BE7E2D: hue angle of 33.52º 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 #BE7E2D is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 126 | 45 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.25 |
| HSL | 33.52º | 0.62% | 0.46% | - |
| HSV(B) | 33.52º | 0.76% | 0.75% | - |
| XYZ | 29.17 | 26.06 | 5.97 | - |
| YUV | 135.9 | 76.7 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 45 | 0 | 0.34 | 0.76 | 0.25 | 33.52 | 0.62 | 0.46 |
| Hex | BE | 7E | 2D | 0 | 22 | 4C | 19 | 22 | 3E | 2E |
| Octal | 276 | 176 | 55 | 0 | 42 | 114 | 31 | 42 | 76 | 56 |
| Binary | 10111110 | 1111110 | 101101 | 0 | 100010 | 1001100 | 11001 | 100010 | 111110 | 101110 |
Color Harmonies of #BE7E2D
Complementary color
Monochromatic Colors of #BE7E2D
Black with #BE7E2D
Text Example
Text Example
White with #BE7E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7E2D; }
p { color: rgb(190,126,45); }
H1.HeaderClassName
{
color: #BE7E2D;
}
.AnyTagClassName
{
color: #BE7E2D;
}
</style>
background-color css
<style>
a { background-color: #BE7E2D; }
a { background-color: rgb(190,126,45); }
div.DivClassName
{
background-color: #BE7E2D;
}
.BgClassName
{
background-color: #BE7E2D;
}
</style>
border-color css
<style>
span { border-color: #BE7E2D; }
span { border-color: rgb(190,126,45); }
td.TdClassName
{
border-color: #BE7E2D;
}
.TagClassName
{
border-color: #BE7E2D;
}
</style>