Shades of Trinidad #BE4E2A
Tints of Trinidad #BE4E2A
RGB
CMYK
RGB Variations
Color information
#BE4E2A (or 0xBE4E2A) is known color: Trinidad. HEX triplet: BE, 4E and 2A. RGB value is (190,78,42). Sum of RGB (Red+Green+Blue) = 190+78+42=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4E2A is #41B1D5. Grayscale: #6B6B6B. Windows color (decimal): -4305366 or 2772670. OLE color: 2772670.
HSL color Cylindrical-coordinate representation of color #BE4E2A: hue angle of 14.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE4E2A is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 42 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.25 |
| HSL | 14.59º | 0.64% | 0.45% | - |
| HSV(B) | 14.59º | 0.78% | 0.75% | - |
| XYZ | 24.38 | 16.56 | 4.1 | - |
| YUV | 107.38 | 91.11 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 42 | 0 | 0.59 | 0.78 | 0.25 | 14.59 | 0.64 | 0.45 |
| Hex | BE | 4E | 2A | 0 | 3B | 4E | 19 | F | 40 | 2D |
| Octal | 276 | 116 | 52 | 0 | 73 | 116 | 31 | 17 | 100 | 55 |
| Binary | 10111110 | 1001110 | 101010 | 0 | 111011 | 1001110 | 11001 | 1111 | 1000000 | 101101 |
Color Harmonies of #BE4E2A
Complementary color
Monochromatic Colors of #BE4E2A
Black with #BE4E2A
Text Example
Text Example
White with #BE4E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E2A; }
p { color: rgb(190,78,42); }
H1.HeaderClassName
{
color: #BE4E2A;
}
.AnyTagClassName
{
color: #BE4E2A;
}
</style>
background-color css
<style>
a { background-color: #BE4E2A; }
a { background-color: rgb(190,78,42); }
div.DivClassName
{
background-color: #BE4E2A;
}
.BgClassName
{
background-color: #BE4E2A;
}
</style>
border-color css
<style>
span { border-color: #BE4E2A; }
span { border-color: rgb(190,78,42); }
td.TdClassName
{
border-color: #BE4E2A;
}
.TagClassName
{
border-color: #BE4E2A;
}
</style>