Shades of Trinidad #BE4C2B
Tints of Trinidad #BE4C2B
RGB
CMYK
RGB Variations
Color information
#BE4C2B (or 0xBE4C2B) is known color: Trinidad. HEX triplet: BE, 4C and 2B. RGB value is (190,76,43). Sum of RGB (Red+Green+Blue) = 190+76+43=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4C2B is #41B3D4. Grayscale: #6A6A6A. Windows color (decimal): -4305877 or 2837694. OLE color: 2837694.
HSL color Cylindrical-coordinate representation of color #BE4C2B: hue angle of 13.47º 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 #BE4C2B is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 43 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.25 |
| HSL | 13.47º | 0.63% | 0.46% | - |
| HSV(B) | 13.47º | 0.77% | 0.75% | - |
| XYZ | 24.26 | 16.29 | 4.15 | - |
| YUV | 106.32 | 92.27 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 43 | 0 | 0.60 | 0.77 | 0.25 | 13.47 | 0.63 | 0.46 |
| Hex | BE | 4C | 2B | 0 | 3C | 4D | 19 | D | 3F | 2E |
| Octal | 276 | 114 | 53 | 0 | 74 | 115 | 31 | 15 | 77 | 56 |
| Binary | 10111110 | 1001100 | 101011 | 0 | 111100 | 1001101 | 11001 | 1101 | 111111 | 101110 |
Color Harmonies of #BE4C2B
Complementary color
Monochromatic Colors of #BE4C2B
Black with #BE4C2B
Text Example
Text Example
White with #BE4C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4C2B; }
p { color: rgb(190,76,43); }
H1.HeaderClassName
{
color: #BE4C2B;
}
.AnyTagClassName
{
color: #BE4C2B;
}
</style>
background-color css
<style>
a { background-color: #BE4C2B; }
a { background-color: rgb(190,76,43); }
div.DivClassName
{
background-color: #BE4C2B;
}
.BgClassName
{
background-color: #BE4C2B;
}
</style>
border-color css
<style>
span { border-color: #BE4C2B; }
span { border-color: rgb(190,76,43); }
td.TdClassName
{
border-color: #BE4C2B;
}
.TagClassName
{
border-color: #BE4C2B;
}
</style>