Shades of Pirate Gold #BE7D1B
Tints of Pirate Gold #BE7D1B
RGB
CMYK
RGB Variations
Color information
#BE7D1B (or 0xBE7D1B) is known color: Pirate Gold. HEX triplet: BE, 7D and 1B. RGB value is (190,125,27). Sum of RGB (Red+Green+Blue) = 190+125+27=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D1B is #4182E4. Grayscale: #858585. Windows color (decimal): -4293349 or 1801662. OLE color: 1801662.
HSL color Cylindrical-coordinate representation of color #BE7D1B: hue angle of 36.07º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE7D1B is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 27 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.25 |
| HSL | 36.07º | 0.75% | 0.43% | - |
| HSV(B) | 36.07º | 0.86% | 0.75% | - |
| XYZ | 28.77 | 25.69 | 4.48 | - |
| YUV | 133.26 | 68.03 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 27 | 0 | 0.34 | 0.86 | 0.25 | 36.07 | 0.75 | 0.43 |
| Hex | BE | 7D | 1B | 0 | 22 | 56 | 19 | 24 | 4B | 2B |
| Octal | 276 | 175 | 33 | 0 | 42 | 126 | 31 | 44 | 113 | 53 |
| Binary | 10111110 | 1111101 | 11011 | 0 | 100010 | 1010110 | 11001 | 100100 | 1001011 | 101011 |
Color Harmonies of #BE7D1B
Complementary color
Monochromatic Colors of #BE7D1B
Black with #BE7D1B
Text Example
Text Example
White with #BE7D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D1B; }
p { color: rgb(190,125,27); }
H1.HeaderClassName
{
color: #BE7D1B;
}
.AnyTagClassName
{
color: #BE7D1B;
}
</style>
background-color css
<style>
a { background-color: #BE7D1B; }
a { background-color: rgb(190,125,27); }
div.DivClassName
{
background-color: #BE7D1B;
}
.BgClassName
{
background-color: #BE7D1B;
}
</style>
border-color css
<style>
span { border-color: #BE7D1B; }
span { border-color: rgb(190,125,27); }
td.TdClassName
{
border-color: #BE7D1B;
}
.TagClassName
{
border-color: #BE7D1B;
}
</style>