Shades of Trinidad #BE4E23
Tints of Trinidad #BE4E23
RGB
CMYK
RGB Variations
Color information
#BE4E23 (or 0xBE4E23) is known color: Trinidad. HEX triplet: BE, 4E and 23. RGB value is (190,78,35). Sum of RGB (Red+Green+Blue) = 190+78+35=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4E23 is #41B1DC. Grayscale: #6A6A6A. Windows color (decimal): -4305373 or 2313918. OLE color: 2313918.
HSL color Cylindrical-coordinate representation of color #BE4E23: hue angle of 16.65º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE4E23 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 35 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.25 |
| HSL | 16.65º | 0.69% | 0.44% | - |
| HSV(B) | 16.65º | 0.82% | 0.75% | - |
| XYZ | 24.26 | 16.52 | 3.5 | - |
| YUV | 106.59 | 87.61 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 35 | 0 | 0.59 | 0.82 | 0.25 | 16.65 | 0.69 | 0.44 |
| Hex | BE | 4E | 23 | 0 | 3B | 52 | 19 | 11 | 45 | 2C |
| Octal | 276 | 116 | 43 | 0 | 73 | 122 | 31 | 21 | 105 | 54 |
| Binary | 10111110 | 1001110 | 100011 | 0 | 111011 | 1010010 | 11001 | 10001 | 1000101 | 101100 |
Color Harmonies of #BE4E23
Complementary color
Monochromatic Colors of #BE4E23
Black with #BE4E23
Text Example
Text Example
White with #BE4E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E23; }
p { color: rgb(190,78,35); }
H1.HeaderClassName
{
color: #BE4E23;
}
.AnyTagClassName
{
color: #BE4E23;
}
</style>
background-color css
<style>
a { background-color: #BE4E23; }
a { background-color: rgb(190,78,35); }
div.DivClassName
{
background-color: #BE4E23;
}
.BgClassName
{
background-color: #BE4E23;
}
</style>
border-color css
<style>
span { border-color: #BE4E23; }
span { border-color: rgb(190,78,35); }
td.TdClassName
{
border-color: #BE4E23;
}
.TagClassName
{
border-color: #BE4E23;
}
</style>