Shades of Trinidad #BE4A23
Tints of Trinidad #BE4A23
RGB
CMYK
RGB Variations
Color information
#BE4A23 (or 0xBE4A23) is known color: Trinidad. HEX triplet: BE, 4A and 23. RGB value is (190,74,35). Sum of RGB (Red+Green+Blue) = 190+74+35=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A23 is #41B5DC. Grayscale: #686868. Windows color (decimal): -4306397 or 2312894. OLE color: 2312894.
HSL color Cylindrical-coordinate representation of color #BE4A23: hue angle of 15.1º 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 #BE4A23 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 35 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.25 |
| HSL | 15.1º | 0.69% | 0.44% | - |
| HSV(B) | 15.1º | 0.82% | 0.75% | - |
| XYZ | 23.99 | 15.97 | 3.41 | - |
| YUV | 104.24 | 88.93 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 35 | 0 | 0.61 | 0.82 | 0.25 | 15.1 | 0.69 | 0.44 |
| Hex | BE | 4A | 23 | 0 | 3D | 52 | 19 | F | 45 | 2C |
| Octal | 276 | 112 | 43 | 0 | 75 | 122 | 31 | 17 | 105 | 54 |
| Binary | 10111110 | 1001010 | 100011 | 0 | 111101 | 1010010 | 11001 | 1111 | 1000101 | 101100 |
Color Harmonies of #BE4A23
Complementary color
Monochromatic Colors of #BE4A23
Black with #BE4A23
Text Example
Text Example
White with #BE4A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A23; }
p { color: rgb(190,74,35); }
H1.HeaderClassName
{
color: #BE4A23;
}
.AnyTagClassName
{
color: #BE4A23;
}
</style>
background-color css
<style>
a { background-color: #BE4A23; }
a { background-color: rgb(190,74,35); }
div.DivClassName
{
background-color: #BE4A23;
}
.BgClassName
{
background-color: #BE4A23;
}
</style>
border-color css
<style>
span { border-color: #BE4A23; }
span { border-color: rgb(190,74,35); }
td.TdClassName
{
border-color: #BE4A23;
}
.TagClassName
{
border-color: #BE4A23;
}
</style>