Shades of Trinidad #BE4E26
Tints of Trinidad #BE4E26
RGB
CMYK
RGB Variations
Color information
#BE4E26 (or 0xBE4E26) is known color: Trinidad. HEX triplet: BE, 4E and 26. RGB value is (190,78,38). Sum of RGB (Red+Green+Blue) = 190+78+38=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4E26 is #41B1D9. Grayscale: #6B6B6B. Windows color (decimal): -4305370 or 2510526. OLE color: 2510526.
HSL color Cylindrical-coordinate representation of color #BE4E26: hue angle of 15.79º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE4E26 is Cyan = 0, Magento = 0.59, Yellow = 0.8 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 38 | - |
| CMYK | 0 | 0.59 | 0.8 | 0.25 |
| HSL | 15.79º | 0.67% | 0.45% | - |
| HSV(B) | 15.79º | 0.8% | 0.75% | - |
| XYZ | 24.31 | 16.54 | 3.74 | - |
| YUV | 106.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 38 | 0 | 0.59 | 0.8 | 0.25 | 15.79 | 0.67 | 0.45 |
| Hex | BE | 4E | 26 | 0 | 3B | 50 | 19 | 10 | 43 | 2D |
| Octal | 276 | 116 | 46 | 0 | 73 | 120 | 31 | 20 | 103 | 55 |
| Binary | 10111110 | 1001110 | 100110 | 0 | 111011 | 1010000 | 11001 | 10000 | 1000011 | 101101 |
Color Harmonies of #BE4E26
Complementary color
Monochromatic Colors of #BE4E26
Black with #BE4E26
Text Example
Text Example
White with #BE4E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E26; }
p { color: rgb(190,78,38); }
H1.HeaderClassName
{
color: #BE4E26;
}
.AnyTagClassName
{
color: #BE4E26;
}
</style>
background-color css
<style>
a { background-color: #BE4E26; }
a { background-color: rgb(190,78,38); }
div.DivClassName
{
background-color: #BE4E26;
}
.BgClassName
{
background-color: #BE4E26;
}
</style>
border-color css
<style>
span { border-color: #BE4E26; }
span { border-color: rgb(190,78,38); }
td.TdClassName
{
border-color: #BE4E26;
}
.TagClassName
{
border-color: #BE4E26;
}
</style>