Shades of Pirate Gold #BE7324
Tints of Pirate Gold #BE7324
RGB
CMYK
RGB Variations
Color information
#BE7324 (or 0xBE7324) is known color: Pirate Gold. HEX triplet: BE, 73 and 24. RGB value is (190,115,36). Sum of RGB (Red+Green+Blue) = 190+115+36=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7324 is #418CDB. Grayscale: #808080. Windows color (decimal): -4295900 or 2388926. OLE color: 2388926.
HSL color Cylindrical-coordinate representation of color #BE7324: hue angle of 30.78º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE7324 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 36 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.25 |
| HSL | 30.78º | 0.68% | 0.44% | - |
| HSV(B) | 30.78º | 0.81% | 0.75% | - |
| XYZ | 27.68 | 23.34 | 4.71 | - |
| YUV | 128.42 | 75.85 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 36 | 0 | 0.39 | 0.81 | 0.25 | 30.78 | 0.68 | 0.44 |
| Hex | BE | 73 | 24 | 0 | 27 | 51 | 19 | 1F | 44 | 2C |
| Octal | 276 | 163 | 44 | 0 | 47 | 121 | 31 | 37 | 104 | 54 |
| Binary | 10111110 | 1110011 | 100100 | 0 | 100111 | 1010001 | 11001 | 11111 | 1000100 | 101100 |
Color Harmonies of #BE7324
Complementary color
Monochromatic Colors of #BE7324
Black with #BE7324
Text Example
Text Example
White with #BE7324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7324; }
p { color: rgb(190,115,36); }
H1.HeaderClassName
{
color: #BE7324;
}
.AnyTagClassName
{
color: #BE7324;
}
</style>
background-color css
<style>
a { background-color: #BE7324; }
a { background-color: rgb(190,115,36); }
div.DivClassName
{
background-color: #BE7324;
}
.BgClassName
{
background-color: #BE7324;
}
</style>
border-color css
<style>
span { border-color: #BE7324; }
span { border-color: rgb(190,115,36); }
td.TdClassName
{
border-color: #BE7324;
}
.TagClassName
{
border-color: #BE7324;
}
</style>