Shades of Pirate Gold #BE721C
Tints of Pirate Gold #BE721C
RGB
CMYK
RGB Variations
Color information
#BE721C (or 0xBE721C) is known color: Pirate Gold. HEX triplet: BE, 72 and 1C. RGB value is (190,114,28). Sum of RGB (Red+Green+Blue) = 190+114+28=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE721C is #418DE3. Grayscale: #7F7F7F. Windows color (decimal): -4296164 or 1864382. OLE color: 1864382.
HSL color Cylindrical-coordinate representation of color #BE721C: hue angle of 31.85º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE721C is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 28 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.25 |
| HSL | 31.85º | 0.74% | 0.43% | - |
| HSV(B) | 31.85º | 0.85% | 0.75% | - |
| XYZ | 27.46 | 23.07 | 4.1 | - |
| YUV | 126.92 | 72.18 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 28 | 0 | 0.40 | 0.85 | 0.25 | 31.85 | 0.74 | 0.43 |
| Hex | BE | 72 | 1C | 0 | 28 | 55 | 19 | 20 | 4A | 2B |
| Octal | 276 | 162 | 34 | 0 | 50 | 125 | 31 | 40 | 112 | 53 |
| Binary | 10111110 | 1110010 | 11100 | 0 | 101000 | 1010101 | 11001 | 100000 | 1001010 | 101011 |
Color Harmonies of #BE721C
Complementary color
Monochromatic Colors of #BE721C
Black with #BE721C
Text Example
Text Example
White with #BE721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE721C; }
p { color: rgb(190,114,28); }
H1.HeaderClassName
{
color: #BE721C;
}
.AnyTagClassName
{
color: #BE721C;
}
</style>
background-color css
<style>
a { background-color: #BE721C; }
a { background-color: rgb(190,114,28); }
div.DivClassName
{
background-color: #BE721C;
}
.BgClassName
{
background-color: #BE721C;
}
</style>
border-color css
<style>
span { border-color: #BE721C; }
span { border-color: rgb(190,114,28); }
td.TdClassName
{
border-color: #BE721C;
}
.TagClassName
{
border-color: #BE721C;
}
</style>