Shades of Pirate Gold #BE7B1A
Tints of Pirate Gold #BE7B1A
RGB
CMYK
RGB Variations
Color information
#BE7B1A (or 0xBE7B1A) is known color: Pirate Gold. HEX triplet: BE, 7B and 1A. RGB value is (190,123,26). Sum of RGB (Red+Green+Blue) = 190+123+26=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B1A is #4184E5. Grayscale: #848484. Windows color (decimal): -4293862 or 1735614. OLE color: 1735614.
HSL color Cylindrical-coordinate representation of color #BE7B1A: hue angle of 35.49º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE7B1A is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 26 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.25 |
| HSL | 35.49º | 0.76% | 0.42% | - |
| HSV(B) | 35.49º | 0.86% | 0.75% | - |
| XYZ | 28.5 | 25.19 | 4.34 | - |
| YUV | 131.98 | 68.2 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 26 | 0 | 0.35 | 0.86 | 0.25 | 35.49 | 0.76 | 0.42 |
| Hex | BE | 7B | 1A | 0 | 23 | 56 | 19 | 23 | 4C | 2A |
| Octal | 276 | 173 | 32 | 0 | 43 | 126 | 31 | 43 | 114 | 52 |
| Binary | 10111110 | 1111011 | 11010 | 0 | 100011 | 1010110 | 11001 | 100011 | 1001100 | 101010 |
Color Harmonies of #BE7B1A
Complementary color
Monochromatic Colors of #BE7B1A
Black with #BE7B1A
Text Example
Text Example
White with #BE7B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B1A; }
p { color: rgb(190,123,26); }
H1.HeaderClassName
{
color: #BE7B1A;
}
.AnyTagClassName
{
color: #BE7B1A;
}
</style>
background-color css
<style>
a { background-color: #BE7B1A; }
a { background-color: rgb(190,123,26); }
div.DivClassName
{
background-color: #BE7B1A;
}
.BgClassName
{
background-color: #BE7B1A;
}
</style>
border-color css
<style>
span { border-color: #BE7B1A; }
span { border-color: rgb(190,123,26); }
td.TdClassName
{
border-color: #BE7B1A;
}
.TagClassName
{
border-color: #BE7B1A;
}
</style>