Shades of Pirate Gold #BE821C
Tints of Pirate Gold #BE821C
RGB
CMYK
RGB Variations
Color information
#BE821C (or 0xBE821C) is known color: Pirate Gold. HEX triplet: BE, 82 and 1C. RGB value is (190,130,28). Sum of RGB (Red+Green+Blue) = 190+130+28=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE821C is #417DE3. Grayscale: #888888. Windows color (decimal): -4292068 or 1868478. OLE color: 1868478.
HSL color Cylindrical-coordinate representation of color #BE821C: hue angle of 37.78º 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 #BE821C is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 130 | 28 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.25 |
| HSL | 37.78º | 0.74% | 0.43% | - |
| HSV(B) | 37.78º | 0.85% | 0.75% | - |
| XYZ | 29.43 | 27 | 4.76 | - |
| YUV | 136.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 28 | 0 | 0.32 | 0.85 | 0.25 | 37.78 | 0.74 | 0.43 |
| Hex | BE | 82 | 1C | 0 | 20 | 55 | 19 | 26 | 4A | 2B |
| Octal | 276 | 202 | 34 | 0 | 40 | 125 | 31 | 46 | 112 | 53 |
| Binary | 10111110 | 10000010 | 11100 | 0 | 100000 | 1010101 | 11001 | 100110 | 1001010 | 101011 |
Color Harmonies of #BE821C
Complementary color
Monochromatic Colors of #BE821C
Black with #BE821C
Text Example
Text Example
White with #BE821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE821C; }
p { color: rgb(190,130,28); }
H1.HeaderClassName
{
color: #BE821C;
}
.AnyTagClassName
{
color: #BE821C;
}
</style>
background-color css
<style>
a { background-color: #BE821C; }
a { background-color: rgb(190,130,28); }
div.DivClassName
{
background-color: #BE821C;
}
.BgClassName
{
background-color: #BE821C;
}
</style>
border-color css
<style>
span { border-color: #BE821C; }
span { border-color: rgb(190,130,28); }
td.TdClassName
{
border-color: #BE821C;
}
.TagClassName
{
border-color: #BE821C;
}
</style>