Shades of Pirate Gold #BE741C
Tints of Pirate Gold #BE741C
RGB
CMYK
RGB Variations
Color information
#BE741C (or 0xBE741C) is known color: Pirate Gold. HEX triplet: BE, 74 and 1C. RGB value is (190,116,28). Sum of RGB (Red+Green+Blue) = 190+116+28=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE741C is #418BE3. Grayscale: #808080. Windows color (decimal): -4295652 or 1864894. OLE color: 1864894.
HSL color Cylindrical-coordinate representation of color #BE741C: hue angle of 32.59º 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 #BE741C is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 28 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.25 |
| HSL | 32.59º | 0.74% | 0.43% | - |
| HSV(B) | 32.59º | 0.85% | 0.75% | - |
| XYZ | 27.69 | 23.52 | 4.18 | - |
| YUV | 128.09 | 71.52 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 28 | 0 | 0.39 | 0.85 | 0.25 | 32.59 | 0.74 | 0.43 |
| Hex | BE | 74 | 1C | 0 | 27 | 55 | 19 | 21 | 4A | 2B |
| Octal | 276 | 164 | 34 | 0 | 47 | 125 | 31 | 41 | 112 | 53 |
| Binary | 10111110 | 1110100 | 11100 | 0 | 100111 | 1010101 | 11001 | 100001 | 1001010 | 101011 |
Color Harmonies of #BE741C
Complementary color
Monochromatic Colors of #BE741C
Black with #BE741C
Text Example
Text Example
White with #BE741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE741C; }
p { color: rgb(190,116,28); }
H1.HeaderClassName
{
color: #BE741C;
}
.AnyTagClassName
{
color: #BE741C;
}
</style>
background-color css
<style>
a { background-color: #BE741C; }
a { background-color: rgb(190,116,28); }
div.DivClassName
{
background-color: #BE741C;
}
.BgClassName
{
background-color: #BE741C;
}
</style>
border-color css
<style>
span { border-color: #BE741C; }
span { border-color: rgb(190,116,28); }
td.TdClassName
{
border-color: #BE741C;
}
.TagClassName
{
border-color: #BE741C;
}
</style>