Shades of Pirate Gold #BE7B20
Tints of Pirate Gold #BE7B20
RGB
CMYK
RGB Variations
Color information
#BE7B20 (or 0xBE7B20) is known color: Pirate Gold. HEX triplet: BE, 7B and 20. RGB value is (190,123,32). Sum of RGB (Red+Green+Blue) = 190+123+32=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B20 is #4184DF. Grayscale: #858585. Windows color (decimal): -4293856 or 2128830. OLE color: 2128830.
HSL color Cylindrical-coordinate representation of color #BE7B20: hue angle of 34.56º 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 #BE7B20 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 32 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.25 |
| HSL | 34.56º | 0.71% | 0.44% | - |
| HSV(B) | 34.56º | 0.83% | 0.75% | - |
| XYZ | 28.58 | 25.22 | 4.73 | - |
| YUV | 132.66 | 71.2 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 32 | 0 | 0.35 | 0.83 | 0.25 | 34.56 | 0.71 | 0.44 |
| Hex | BE | 7B | 20 | 0 | 23 | 53 | 19 | 23 | 47 | 2C |
| Octal | 276 | 173 | 40 | 0 | 43 | 123 | 31 | 43 | 107 | 54 |
| Binary | 10111110 | 1111011 | 100000 | 0 | 100011 | 1010011 | 11001 | 100011 | 1000111 | 101100 |
Color Harmonies of #BE7B20
Complementary color
Monochromatic Colors of #BE7B20
Black with #BE7B20
Text Example
Text Example
White with #BE7B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B20; }
p { color: rgb(190,123,32); }
H1.HeaderClassName
{
color: #BE7B20;
}
.AnyTagClassName
{
color: #BE7B20;
}
</style>
background-color css
<style>
a { background-color: #BE7B20; }
a { background-color: rgb(190,123,32); }
div.DivClassName
{
background-color: #BE7B20;
}
.BgClassName
{
background-color: #BE7B20;
}
</style>
border-color css
<style>
span { border-color: #BE7B20; }
span { border-color: rgb(190,123,32); }
td.TdClassName
{
border-color: #BE7B20;
}
.TagClassName
{
border-color: #BE7B20;
}
</style>