Shades of Pirate Gold #BE7D1D
Tints of Pirate Gold #BE7D1D
RGB
CMYK
RGB Variations
Color information
#BE7D1D (or 0xBE7D1D) is known color: Pirate Gold. HEX triplet: BE, 7D and 1D. RGB value is (190,125,29). Sum of RGB (Red+Green+Blue) = 190+125+29=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D1D is #4182E2. Grayscale: #858585. Windows color (decimal): -4293347 or 1932734. OLE color: 1932734.
HSL color Cylindrical-coordinate representation of color #BE7D1D: hue angle of 35.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 #BE7D1D is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 29 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.25 |
| HSL | 35.78º | 0.74% | 0.43% | - |
| HSV(B) | 35.78º | 0.85% | 0.75% | - |
| XYZ | 28.79 | 25.7 | 4.61 | - |
| YUV | 133.49 | 69.03 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 29 | 0 | 0.34 | 0.85 | 0.25 | 35.78 | 0.74 | 0.43 |
| Hex | BE | 7D | 1D | 0 | 22 | 55 | 19 | 24 | 4A | 2B |
| Octal | 276 | 175 | 35 | 0 | 42 | 125 | 31 | 44 | 112 | 53 |
| Binary | 10111110 | 1111101 | 11101 | 0 | 100010 | 1010101 | 11001 | 100100 | 1001010 | 101011 |
Color Harmonies of #BE7D1D
Complementary color
Monochromatic Colors of #BE7D1D
Black with #BE7D1D
Text Example
Text Example
White with #BE7D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D1D; }
p { color: rgb(190,125,29); }
H1.HeaderClassName
{
color: #BE7D1D;
}
.AnyTagClassName
{
color: #BE7D1D;
}
</style>
background-color css
<style>
a { background-color: #BE7D1D; }
a { background-color: rgb(190,125,29); }
div.DivClassName
{
background-color: #BE7D1D;
}
.BgClassName
{
background-color: #BE7D1D;
}
</style>
border-color css
<style>
span { border-color: #BE7D1D; }
span { border-color: rgb(190,125,29); }
td.TdClassName
{
border-color: #BE7D1D;
}
.TagClassName
{
border-color: #BE7D1D;
}
</style>