Shades of Pirate Gold #BE7B2D
Tints of Pirate Gold #BE7B2D
RGB
CMYK
RGB Variations
Color information
#BE7B2D (or 0xBE7B2D) is known color: Pirate Gold. HEX triplet: BE, 7B and 2D. RGB value is (190,123,45). Sum of RGB (Red+Green+Blue) = 190+123+45=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B2D is #4184D2. Grayscale: #868686. Windows color (decimal): -4293843 or 2980798. OLE color: 2980798.
HSL color Cylindrical-coordinate representation of color #BE7B2D: hue angle of 32.28º 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 #BE7B2D is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 45 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.25 |
| HSL | 32.28º | 0.62% | 0.46% | - |
| HSV(B) | 32.28º | 0.76% | 0.75% | - |
| XYZ | 28.79 | 25.3 | 5.85 | - |
| YUV | 134.14 | 77.7 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 45 | 0 | 0.35 | 0.76 | 0.25 | 32.28 | 0.62 | 0.46 |
| Hex | BE | 7B | 2D | 0 | 23 | 4C | 19 | 20 | 3E | 2E |
| Octal | 276 | 173 | 55 | 0 | 43 | 114 | 31 | 40 | 76 | 56 |
| Binary | 10111110 | 1111011 | 101101 | 0 | 100011 | 1001100 | 11001 | 100000 | 111110 | 101110 |
Color Harmonies of #BE7B2D
Complementary color
Monochromatic Colors of #BE7B2D
Black with #BE7B2D
Text Example
Text Example
White with #BE7B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B2D; }
p { color: rgb(190,123,45); }
H1.HeaderClassName
{
color: #BE7B2D;
}
.AnyTagClassName
{
color: #BE7B2D;
}
</style>
background-color css
<style>
a { background-color: #BE7B2D; }
a { background-color: rgb(190,123,45); }
div.DivClassName
{
background-color: #BE7B2D;
}
.BgClassName
{
background-color: #BE7B2D;
}
</style>
border-color css
<style>
span { border-color: #BE7B2D; }
span { border-color: rgb(190,123,45); }
td.TdClassName
{
border-color: #BE7B2D;
}
.TagClassName
{
border-color: #BE7B2D;
}
</style>