Shades of Trinidad #BE4C2D
Tints of Trinidad #BE4C2D
RGB
CMYK
RGB Variations
Color information
#BE4C2D (or 0xBE4C2D) is known color: Trinidad. HEX triplet: BE, 4C and 2D. RGB value is (190,76,45). Sum of RGB (Red+Green+Blue) = 190+76+45=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4C2D is #41B3D2. Grayscale: #6A6A6A. Windows color (decimal): -4305875 or 2968766. OLE color: 2968766.
HSL color Cylindrical-coordinate representation of color #BE4C2D: hue angle of 12.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE4C2D is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 45 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.25 |
| HSL | 12.83º | 0.62% | 0.46% | - |
| HSV(B) | 12.83º | 0.76% | 0.75% | - |
| XYZ | 24.29 | 16.31 | 4.35 | - |
| YUV | 106.55 | 93.27 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 45 | 0 | 0.60 | 0.76 | 0.25 | 12.83 | 0.62 | 0.46 |
| Hex | BE | 4C | 2D | 0 | 3C | 4C | 19 | D | 3E | 2E |
| Octal | 276 | 114 | 55 | 0 | 74 | 114 | 31 | 15 | 76 | 56 |
| Binary | 10111110 | 1001100 | 101101 | 0 | 111100 | 1001100 | 11001 | 1101 | 111110 | 101110 |
Color Harmonies of #BE4C2D
Complementary color
Monochromatic Colors of #BE4C2D
Black with #BE4C2D
Text Example
Text Example
White with #BE4C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4C2D; }
p { color: rgb(190,76,45); }
H1.HeaderClassName
{
color: #BE4C2D;
}
.AnyTagClassName
{
color: #BE4C2D;
}
</style>
background-color css
<style>
a { background-color: #BE4C2D; }
a { background-color: rgb(190,76,45); }
div.DivClassName
{
background-color: #BE4C2D;
}
.BgClassName
{
background-color: #BE4C2D;
}
</style>
border-color css
<style>
span { border-color: #BE4C2D; }
span { border-color: rgb(190,76,45); }
td.TdClassName
{
border-color: #BE4C2D;
}
.TagClassName
{
border-color: #BE4C2D;
}
</style>