Shades of Pirate Gold #BE761D
Tints of Pirate Gold #BE761D
RGB
CMYK
RGB Variations
Color information
#BE761D (or 0xBE761D) is known color: Pirate Gold. HEX triplet: BE, 76 and 1D. RGB value is (190,118,29). Sum of RGB (Red+Green+Blue) = 190+118+29=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE761D is #4189E2. Grayscale: #818181. Windows color (decimal): -4295139 or 1930942. OLE color: 1930942.
HSL color Cylindrical-coordinate representation of color #BE761D: hue angle of 33.17º 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 #BE761D is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 29 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.25 |
| HSL | 33.17º | 0.74% | 0.43% | - |
| HSV(B) | 33.17º | 0.85% | 0.75% | - |
| XYZ | 27.94 | 23.99 | 4.32 | - |
| YUV | 129.38 | 71.35 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 29 | 0 | 0.38 | 0.85 | 0.25 | 33.17 | 0.74 | 0.43 |
| Hex | BE | 76 | 1D | 0 | 26 | 55 | 19 | 21 | 4A | 2B |
| Octal | 276 | 166 | 35 | 0 | 46 | 125 | 31 | 41 | 112 | 53 |
| Binary | 10111110 | 1110110 | 11101 | 0 | 100110 | 1010101 | 11001 | 100001 | 1001010 | 101011 |
Color Harmonies of #BE761D
Complementary color
Monochromatic Colors of #BE761D
Black with #BE761D
Text Example
Text Example
White with #BE761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE761D; }
p { color: rgb(190,118,29); }
H1.HeaderClassName
{
color: #BE761D;
}
.AnyTagClassName
{
color: #BE761D;
}
</style>
background-color css
<style>
a { background-color: #BE761D; }
a { background-color: rgb(190,118,29); }
div.DivClassName
{
background-color: #BE761D;
}
.BgClassName
{
background-color: #BE761D;
}
</style>
border-color css
<style>
span { border-color: #BE761D; }
span { border-color: rgb(190,118,29); }
td.TdClassName
{
border-color: #BE761D;
}
.TagClassName
{
border-color: #BE761D;
}
</style>