Shades of Pirate Gold #BE7321
Tints of Pirate Gold #BE7321
RGB
CMYK
RGB Variations
Color information
#BE7321 (or 0xBE7321) is known color: Pirate Gold. HEX triplet: BE, 73 and 21. RGB value is (190,115,33). Sum of RGB (Red+Green+Blue) = 190+115+33=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7321 is #418CDE. Grayscale: #808080. Windows color (decimal): -4295903 or 2192318. OLE color: 2192318.
HSL color Cylindrical-coordinate representation of color #BE7321: hue angle of 31.34º degrees, saturation: 0.7, 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 #BE7321 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 33 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.25 |
| HSL | 31.34º | 0.7% | 0.44% | - |
| HSV(B) | 31.34º | 0.83% | 0.75% | - |
| XYZ | 27.64 | 23.32 | 4.48 | - |
| YUV | 128.08 | 74.35 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 33 | 0 | 0.39 | 0.83 | 0.25 | 31.34 | 0.7 | 0.44 |
| Hex | BE | 73 | 21 | 0 | 27 | 53 | 19 | 1F | 46 | 2C |
| Octal | 276 | 163 | 41 | 0 | 47 | 123 | 31 | 37 | 106 | 54 |
| Binary | 10111110 | 1110011 | 100001 | 0 | 100111 | 1010011 | 11001 | 11111 | 1000110 | 101100 |
Color Harmonies of #BE7321
Complementary color
Monochromatic Colors of #BE7321
Black with #BE7321
Text Example
Text Example
White with #BE7321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7321; }
p { color: rgb(190,115,33); }
H1.HeaderClassName
{
color: #BE7321;
}
.AnyTagClassName
{
color: #BE7321;
}
</style>
background-color css
<style>
a { background-color: #BE7321; }
a { background-color: rgb(190,115,33); }
div.DivClassName
{
background-color: #BE7321;
}
.BgClassName
{
background-color: #BE7321;
}
</style>
border-color css
<style>
span { border-color: #BE7321; }
span { border-color: rgb(190,115,33); }
td.TdClassName
{
border-color: #BE7321;
}
.TagClassName
{
border-color: #BE7321;
}
</style>