Shades of Pirate Gold #BE831D
Tints of Pirate Gold #BE831D
RGB
CMYK
RGB Variations
Color information
#BE831D (or 0xBE831D) is known color: Pirate Gold. HEX triplet: BE, 83 and 1D. RGB value is (190,131,29). Sum of RGB (Red+Green+Blue) = 190+131+29=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE831D is #417CE2. Grayscale: #898989. Windows color (decimal): -4291811 or 1934270. OLE color: 1934270.
HSL color Cylindrical-coordinate representation of color #BE831D: hue angle of 38.01º 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 #BE831D is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 29 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.25 |
| HSL | 38.01º | 0.74% | 0.43% | - |
| HSV(B) | 38.01º | 0.85% | 0.75% | - |
| XYZ | 29.57 | 27.27 | 4.87 | - |
| YUV | 137.01 | 67.05 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 29 | 0 | 0.31 | 0.85 | 0.25 | 38.01 | 0.74 | 0.43 |
| Hex | BE | 83 | 1D | 0 | 1F | 55 | 19 | 26 | 4A | 2B |
| Octal | 276 | 203 | 35 | 0 | 37 | 125 | 31 | 46 | 112 | 53 |
| Binary | 10111110 | 10000011 | 11101 | 0 | 11111 | 1010101 | 11001 | 100110 | 1001010 | 101011 |
Color Harmonies of #BE831D
Complementary color
Monochromatic Colors of #BE831D
Black with #BE831D
Text Example
Text Example
White with #BE831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE831D; }
p { color: rgb(190,131,29); }
H1.HeaderClassName
{
color: #BE831D;
}
.AnyTagClassName
{
color: #BE831D;
}
</style>
background-color css
<style>
a { background-color: #BE831D; }
a { background-color: rgb(190,131,29); }
div.DivClassName
{
background-color: #BE831D;
}
.BgClassName
{
background-color: #BE831D;
}
</style>
border-color css
<style>
span { border-color: #BE831D; }
span { border-color: rgb(190,131,29); }
td.TdClassName
{
border-color: #BE831D;
}
.TagClassName
{
border-color: #BE831D;
}
</style>