Shades of Pirate Gold #BE7D32
Tints of Pirate Gold #BE7D32
RGB
CMYK
RGB Variations
Color information
#BE7D32 (or 0xBE7D32) is known color: Pirate Gold. HEX triplet: BE, 7D and 32. RGB value is (190,125,50). Sum of RGB (Red+Green+Blue) = 190+125+50=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D32 is #4182CD. Grayscale: #888888. Windows color (decimal): -4293326 or 3308990. OLE color: 3308990.
HSL color Cylindrical-coordinate representation of color #BE7D32: hue angle of 32.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE7D32 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 50 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.25 |
| HSL | 32.14º | 0.58% | 0.47% | - |
| HSV(B) | 32.14º | 0.74% | 0.75% | - |
| XYZ | 29.14 | 25.84 | 6.47 | - |
| YUV | 135.89 | 79.53 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 50 | 0 | 0.34 | 0.74 | 0.25 | 32.14 | 0.58 | 0.47 |
| Hex | BE | 7D | 32 | 0 | 22 | 4A | 19 | 20 | 3A | 2F |
| Octal | 276 | 175 | 62 | 0 | 42 | 112 | 31 | 40 | 72 | 57 |
| Binary | 10111110 | 1111101 | 110010 | 0 | 100010 | 1001010 | 11001 | 100000 | 111010 | 101111 |
Color Harmonies of #BE7D32
Complementary color
Monochromatic Colors of #BE7D32
Black with #BE7D32
Text Example
Text Example
White with #BE7D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D32; }
p { color: rgb(190,125,50); }
H1.HeaderClassName
{
color: #BE7D32;
}
.AnyTagClassName
{
color: #BE7D32;
}
</style>
background-color css
<style>
a { background-color: #BE7D32; }
a { background-color: rgb(190,125,50); }
div.DivClassName
{
background-color: #BE7D32;
}
.BgClassName
{
background-color: #BE7D32;
}
</style>
border-color css
<style>
span { border-color: #BE7D32; }
span { border-color: rgb(190,125,50); }
td.TdClassName
{
border-color: #BE7D32;
}
.TagClassName
{
border-color: #BE7D32;
}
</style>