Shades of Pirate Gold #BE751D
Tints of Pirate Gold #BE751D
RGB
CMYK
RGB Variations
Color information
#BE751D (or 0xBE751D) is known color: Pirate Gold. HEX triplet: BE, 75 and 1D. RGB value is (190,117,29). Sum of RGB (Red+Green+Blue) = 190+117+29=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE751D is #418AE2. Grayscale: #818181. Windows color (decimal): -4295395 or 1930686. OLE color: 1930686.
HSL color Cylindrical-coordinate representation of color #BE751D: hue angle of 32.8º 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 #BE751D is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 29 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.25 |
| HSL | 32.8º | 0.74% | 0.43% | - |
| HSV(B) | 32.8º | 0.85% | 0.75% | - |
| XYZ | 27.82 | 23.76 | 4.28 | - |
| YUV | 128.8 | 71.68 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 29 | 0 | 0.38 | 0.85 | 0.25 | 32.8 | 0.74 | 0.43 |
| Hex | BE | 75 | 1D | 0 | 26 | 55 | 19 | 21 | 4A | 2B |
| Octal | 276 | 165 | 35 | 0 | 46 | 125 | 31 | 41 | 112 | 53 |
| Binary | 10111110 | 1110101 | 11101 | 0 | 100110 | 1010101 | 11001 | 100001 | 1001010 | 101011 |
Color Harmonies of #BE751D
Complementary color
Monochromatic Colors of #BE751D
Black with #BE751D
Text Example
Text Example
White with #BE751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE751D; }
p { color: rgb(190,117,29); }
H1.HeaderClassName
{
color: #BE751D;
}
.AnyTagClassName
{
color: #BE751D;
}
</style>
background-color css
<style>
a { background-color: #BE751D; }
a { background-color: rgb(190,117,29); }
div.DivClassName
{
background-color: #BE751D;
}
.BgClassName
{
background-color: #BE751D;
}
</style>
border-color css
<style>
span { border-color: #BE751D; }
span { border-color: rgb(190,117,29); }
td.TdClassName
{
border-color: #BE751D;
}
.TagClassName
{
border-color: #BE751D;
}
</style>