Shades of Trinidad #BE4C20
Tints of Trinidad #BE4C20
RGB
CMYK
RGB Variations
Color information
#BE4C20 (or 0xBE4C20) is known color: Trinidad. HEX triplet: BE, 4C and 20. RGB value is (190,76,32). Sum of RGB (Red+Green+Blue) = 190+76+32=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4C20 is #41B3DF. Grayscale: #696969. Windows color (decimal): -4305888 or 2116798. OLE color: 2116798.
HSL color Cylindrical-coordinate representation of color #BE4C20: hue angle of 16.71º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE4C20 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 32 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.25 |
| HSL | 16.71º | 0.71% | 0.44% | - |
| HSV(B) | 16.71º | 0.83% | 0.75% | - |
| XYZ | 24.08 | 16.22 | 3.23 | - |
| YUV | 105.07 | 86.77 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 32 | 0 | 0.60 | 0.83 | 0.25 | 16.71 | 0.71 | 0.44 |
| Hex | BE | 4C | 20 | 0 | 3C | 53 | 19 | 11 | 47 | 2C |
| Octal | 276 | 114 | 40 | 0 | 74 | 123 | 31 | 21 | 107 | 54 |
| Binary | 10111110 | 1001100 | 100000 | 0 | 111100 | 1010011 | 11001 | 10001 | 1000111 | 101100 |
Color Harmonies of #BE4C20
Complementary color
Monochromatic Colors of #BE4C20
Black with #BE4C20
Text Example
Text Example
White with #BE4C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4C20; }
p { color: rgb(190,76,32); }
H1.HeaderClassName
{
color: #BE4C20;
}
.AnyTagClassName
{
color: #BE4C20;
}
</style>
background-color css
<style>
a { background-color: #BE4C20; }
a { background-color: rgb(190,76,32); }
div.DivClassName
{
background-color: #BE4C20;
}
.BgClassName
{
background-color: #BE4C20;
}
</style>
border-color css
<style>
span { border-color: #BE4C20; }
span { border-color: rgb(190,76,32); }
td.TdClassName
{
border-color: #BE4C20;
}
.TagClassName
{
border-color: #BE4C20;
}
</style>