Shades of Pirate Gold #BE792D
Tints of Pirate Gold #BE792D
RGB
CMYK
RGB Variations
Color information
#BE792D (or 0xBE792D) is known color: Pirate Gold. HEX triplet: BE, 79 and 2D. RGB value is (190,121,45). Sum of RGB (Red+Green+Blue) = 190+121+45=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE792D is #4186D2. Grayscale: #858585. Windows color (decimal): -4294355 or 2980286. OLE color: 2980286.
HSL color Cylindrical-coordinate representation of color #BE792D: hue angle of 31.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE792D is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 121 | 45 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.25 |
| HSL | 31.45º | 0.62% | 0.46% | - |
| HSV(B) | 31.45º | 0.76% | 0.75% | - |
| XYZ | 28.55 | 24.81 | 5.77 | - |
| YUV | 132.97 | 78.36 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 121 | 45 | 0 | 0.36 | 0.76 | 0.25 | 31.45 | 0.62 | 0.46 |
| Hex | BE | 79 | 2D | 0 | 24 | 4C | 19 | 1F | 3E | 2E |
| Octal | 276 | 171 | 55 | 0 | 44 | 114 | 31 | 37 | 76 | 56 |
| Binary | 10111110 | 1111001 | 101101 | 0 | 100100 | 1001100 | 11001 | 11111 | 111110 | 101110 |
Color Harmonies of #BE792D
Complementary color
Monochromatic Colors of #BE792D
Black with #BE792D
Text Example
Text Example
White with #BE792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE792D; }
p { color: rgb(190,121,45); }
H1.HeaderClassName
{
color: #BE792D;
}
.AnyTagClassName
{
color: #BE792D;
}
</style>
background-color css
<style>
a { background-color: #BE792D; }
a { background-color: rgb(190,121,45); }
div.DivClassName
{
background-color: #BE792D;
}
.BgClassName
{
background-color: #BE792D;
}
</style>
border-color css
<style>
span { border-color: #BE792D; }
span { border-color: rgb(190,121,45); }
td.TdClassName
{
border-color: #BE792D;
}
.TagClassName
{
border-color: #BE792D;
}
</style>