Shades of Pirate Gold #BE7020
Tints of Pirate Gold #BE7020
RGB
CMYK
RGB Variations
Color information
#BE7020 (or 0xBE7020) is known color: Pirate Gold. HEX triplet: BE, 70 and 20. RGB value is (190,112,32). Sum of RGB (Red+Green+Blue) = 190+112+32=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7020 is #418FDF. Grayscale: #7E7E7E. Windows color (decimal): -4296672 or 2126014. OLE color: 2126014.
HSL color Cylindrical-coordinate representation of color #BE7020: hue angle of 30.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE7020 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 32 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.25 |
| HSL | 30.38º | 0.71% | 0.44% | - |
| HSV(B) | 30.38º | 0.83% | 0.75% | - |
| XYZ | 27.29 | 22.64 | 4.3 | - |
| YUV | 126.2 | 74.84 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 32 | 0 | 0.41 | 0.83 | 0.25 | 30.38 | 0.71 | 0.44 |
| Hex | BE | 70 | 20 | 0 | 29 | 53 | 19 | 1E | 47 | 2C |
| Octal | 276 | 160 | 40 | 0 | 51 | 123 | 31 | 36 | 107 | 54 |
| Binary | 10111110 | 1110000 | 100000 | 0 | 101001 | 1010011 | 11001 | 11110 | 1000111 | 101100 |
Color Harmonies of #BE7020
Complementary color
Monochromatic Colors of #BE7020
Black with #BE7020
Text Example
Text Example
White with #BE7020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7020; }
p { color: rgb(190,112,32); }
H1.HeaderClassName
{
color: #BE7020;
}
.AnyTagClassName
{
color: #BE7020;
}
</style>
background-color css
<style>
a { background-color: #BE7020; }
a { background-color: rgb(190,112,32); }
div.DivClassName
{
background-color: #BE7020;
}
.BgClassName
{
background-color: #BE7020;
}
</style>
border-color css
<style>
span { border-color: #BE7020; }
span { border-color: rgb(190,112,32); }
td.TdClassName
{
border-color: #BE7020;
}
.TagClassName
{
border-color: #BE7020;
}
</style>