Shades of Trinidad #BE4A2B
Tints of Trinidad #BE4A2B
RGB
CMYK
RGB Variations
Color information
#BE4A2B (or 0xBE4A2B) is known color: Trinidad. HEX triplet: BE, 4A and 2B. RGB value is (190,74,43). Sum of RGB (Red+Green+Blue) = 190+74+43=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A2B is #41B5D4. Grayscale: #696969. Windows color (decimal): -4306389 or 2837182. OLE color: 2837182.
HSL color Cylindrical-coordinate representation of color #BE4A2B: hue angle of 12.65º degrees, saturation: 0.63, 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 #BE4A2B is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 43 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.25 |
| HSL | 12.65º | 0.63% | 0.46% | - |
| HSV(B) | 12.65º | 0.77% | 0.75% | - |
| XYZ | 24.12 | 16.02 | 4.11 | - |
| YUV | 105.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 43 | 0 | 0.61 | 0.77 | 0.25 | 12.65 | 0.63 | 0.46 |
| Hex | BE | 4A | 2B | 0 | 3D | 4D | 19 | D | 3F | 2E |
| Octal | 276 | 112 | 53 | 0 | 75 | 115 | 31 | 15 | 77 | 56 |
| Binary | 10111110 | 1001010 | 101011 | 0 | 111101 | 1001101 | 11001 | 1101 | 111111 | 101110 |
Color Harmonies of #BE4A2B
Complementary color
Monochromatic Colors of #BE4A2B
Black with #BE4A2B
Text Example
Text Example
White with #BE4A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A2B; }
p { color: rgb(190,74,43); }
H1.HeaderClassName
{
color: #BE4A2B;
}
.AnyTagClassName
{
color: #BE4A2B;
}
</style>
background-color css
<style>
a { background-color: #BE4A2B; }
a { background-color: rgb(190,74,43); }
div.DivClassName
{
background-color: #BE4A2B;
}
.BgClassName
{
background-color: #BE4A2B;
}
</style>
border-color css
<style>
span { border-color: #BE4A2B; }
span { border-color: rgb(190,74,43); }
td.TdClassName
{
border-color: #BE4A2B;
}
.TagClassName
{
border-color: #BE4A2B;
}
</style>