Shades of Trinidad #BE4E2C
Tints of Trinidad #BE4E2C
RGB
CMYK
RGB Variations
Color information
#BE4E2C (or 0xBE4E2C) is known color: Trinidad. HEX triplet: BE, 4E and 2C. RGB value is (190,78,44). Sum of RGB (Red+Green+Blue) = 190+78+44=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4E2C is #41B1D3. Grayscale: #6B6B6B. Windows color (decimal): -4305364 or 2903742. OLE color: 2903742.
HSL color Cylindrical-coordinate representation of color #BE4E2C: hue angle of 13.97º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE4E2C is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 44 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.25 |
| HSL | 13.97º | 0.62% | 0.46% | - |
| HSV(B) | 13.97º | 0.77% | 0.75% | - |
| XYZ | 24.41 | 16.58 | 4.3 | - |
| YUV | 107.61 | 92.11 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 44 | 0 | 0.59 | 0.77 | 0.25 | 13.97 | 0.62 | 0.46 |
| Hex | BE | 4E | 2C | 0 | 3B | 4D | 19 | E | 3E | 2E |
| Octal | 276 | 116 | 54 | 0 | 73 | 115 | 31 | 16 | 76 | 56 |
| Binary | 10111110 | 1001110 | 101100 | 0 | 111011 | 1001101 | 11001 | 1110 | 111110 | 101110 |
Color Harmonies of #BE4E2C
Complementary color
Monochromatic Colors of #BE4E2C
Black with #BE4E2C
Text Example
Text Example
White with #BE4E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E2C; }
p { color: rgb(190,78,44); }
H1.HeaderClassName
{
color: #BE4E2C;
}
.AnyTagClassName
{
color: #BE4E2C;
}
</style>
background-color css
<style>
a { background-color: #BE4E2C; }
a { background-color: rgb(190,78,44); }
div.DivClassName
{
background-color: #BE4E2C;
}
.BgClassName
{
background-color: #BE4E2C;
}
</style>
border-color css
<style>
span { border-color: #BE4E2C; }
span { border-color: rgb(190,78,44); }
td.TdClassName
{
border-color: #BE4E2C;
}
.TagClassName
{
border-color: #BE4E2C;
}
</style>