Shades of Pirate Gold #BE771C
Tints of Pirate Gold #BE771C
RGB
CMYK
RGB Variations
Color information
#BE771C (or 0xBE771C) is known color: Pirate Gold. HEX triplet: BE, 77 and 1C. RGB value is (190,119,28). Sum of RGB (Red+Green+Blue) = 190+119+28=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE771C is #4188E3. Grayscale: #828282. Windows color (decimal): -4294884 or 1865662. OLE color: 1865662.
HSL color Cylindrical-coordinate representation of color #BE771C: hue angle of 33.7º 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 #BE771C is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 28 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.25 |
| HSL | 33.7º | 0.74% | 0.43% | - |
| HSV(B) | 33.7º | 0.85% | 0.75% | - |
| XYZ | 28.04 | 24.22 | 4.3 | - |
| YUV | 129.86 | 70.52 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 28 | 0 | 0.37 | 0.85 | 0.25 | 33.7 | 0.74 | 0.43 |
| Hex | BE | 77 | 1C | 0 | 25 | 55 | 19 | 22 | 4A | 2B |
| Octal | 276 | 167 | 34 | 0 | 45 | 125 | 31 | 42 | 112 | 53 |
| Binary | 10111110 | 1110111 | 11100 | 0 | 100101 | 1010101 | 11001 | 100010 | 1001010 | 101011 |
Color Harmonies of #BE771C
Complementary color
Monochromatic Colors of #BE771C
Black with #BE771C
Text Example
Text Example
White with #BE771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE771C; }
p { color: rgb(190,119,28); }
H1.HeaderClassName
{
color: #BE771C;
}
.AnyTagClassName
{
color: #BE771C;
}
</style>
background-color css
<style>
a { background-color: #BE771C; }
a { background-color: rgb(190,119,28); }
div.DivClassName
{
background-color: #BE771C;
}
.BgClassName
{
background-color: #BE771C;
}
</style>
border-color css
<style>
span { border-color: #BE771C; }
span { border-color: rgb(190,119,28); }
td.TdClassName
{
border-color: #BE771C;
}
.TagClassName
{
border-color: #BE771C;
}
</style>