Shades of Pirate Gold #BE7024
Tints of Pirate Gold #BE7024
RGB
CMYK
RGB Variations
Color information
#BE7024 (or 0xBE7024) is known color: Pirate Gold. HEX triplet: BE, 70 and 24. RGB value is (190,112,36). Sum of RGB (Red+Green+Blue) = 190+112+36=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7024 is #418FDB. Grayscale: #7F7F7F. Windows color (decimal): -4296668 or 2388158. OLE color: 2388158.
HSL color Cylindrical-coordinate representation of color #BE7024: hue angle of 29.61º 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 #BE7024 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 36 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.25 |
| HSL | 29.61º | 0.68% | 0.44% | - |
| HSV(B) | 29.61º | 0.81% | 0.75% | - |
| XYZ | 27.35 | 22.66 | 4.6 | - |
| YUV | 126.66 | 76.84 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 36 | 0 | 0.41 | 0.81 | 0.25 | 29.61 | 0.68 | 0.44 |
| Hex | BE | 70 | 24 | 0 | 29 | 51 | 19 | 1E | 44 | 2C |
| Octal | 276 | 160 | 44 | 0 | 51 | 121 | 31 | 36 | 104 | 54 |
| Binary | 10111110 | 1110000 | 100100 | 0 | 101001 | 1010001 | 11001 | 11110 | 1000100 | 101100 |
Color Harmonies of #BE7024
Complementary color
Monochromatic Colors of #BE7024
Black with #BE7024
Text Example
Text Example
White with #BE7024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7024; }
p { color: rgb(190,112,36); }
H1.HeaderClassName
{
color: #BE7024;
}
.AnyTagClassName
{
color: #BE7024;
}
</style>
background-color css
<style>
a { background-color: #BE7024; }
a { background-color: rgb(190,112,36); }
div.DivClassName
{
background-color: #BE7024;
}
.BgClassName
{
background-color: #BE7024;
}
</style>
border-color css
<style>
span { border-color: #BE7024; }
span { border-color: rgb(190,112,36); }
td.TdClassName
{
border-color: #BE7024;
}
.TagClassName
{
border-color: #BE7024;
}
</style>