Shades of Pirate Gold #BE7827
Tints of Pirate Gold #BE7827
RGB
CMYK
RGB Variations
Color information
#BE7827 (or 0xBE7827) is known color: Pirate Gold. HEX triplet: BE, 78 and 27. RGB value is (190,120,39). Sum of RGB (Red+Green+Blue) = 190+120+39=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7827 is #4187D8. Grayscale: #848484. Windows color (decimal): -4294617 or 2586814. OLE color: 2586814.
HSL color Cylindrical-coordinate representation of color #BE7827: hue angle of 32.19º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE7827 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 39 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.25 |
| HSL | 32.19º | 0.66% | 0.45% | - |
| HSV(B) | 32.19º | 0.79% | 0.75% | - |
| XYZ | 28.32 | 24.53 | 5.16 | - |
| YUV | 131.7 | 75.69 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 39 | 0 | 0.37 | 0.79 | 0.25 | 32.19 | 0.66 | 0.45 |
| Hex | BE | 78 | 27 | 0 | 25 | 4F | 19 | 20 | 42 | 2D |
| Octal | 276 | 170 | 47 | 0 | 45 | 117 | 31 | 40 | 102 | 55 |
| Binary | 10111110 | 1111000 | 100111 | 0 | 100101 | 1001111 | 11001 | 100000 | 1000010 | 101101 |
Color Harmonies of #BE7827
Complementary color
Monochromatic Colors of #BE7827
Black with #BE7827
Text Example
Text Example
White with #BE7827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7827; }
p { color: rgb(190,120,39); }
H1.HeaderClassName
{
color: #BE7827;
}
.AnyTagClassName
{
color: #BE7827;
}
</style>
background-color css
<style>
a { background-color: #BE7827; }
a { background-color: rgb(190,120,39); }
div.DivClassName
{
background-color: #BE7827;
}
.BgClassName
{
background-color: #BE7827;
}
</style>
border-color css
<style>
span { border-color: #BE7827; }
span { border-color: rgb(190,120,39); }
td.TdClassName
{
border-color: #BE7827;
}
.TagClassName
{
border-color: #BE7827;
}
</style>