Shades of Trinidad #BE4D2D
Tints of Trinidad #BE4D2D
RGB
CMYK
RGB Variations
Color information
#BE4D2D (or 0xBE4D2D) is known color: Trinidad. HEX triplet: BE, 4D and 2D. RGB value is (190,77,45). Sum of RGB (Red+Green+Blue) = 190+77+45=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D2D is #41B2D2. Grayscale: #6B6B6B. Windows color (decimal): -4305619 or 2969022. OLE color: 2969022.
HSL color Cylindrical-coordinate representation of color #BE4D2D: hue angle of 13.24º 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 #BE4D2D is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 45 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.25 |
| HSL | 13.24º | 0.62% | 0.46% | - |
| HSV(B) | 13.24º | 0.76% | 0.75% | - |
| XYZ | 24.36 | 16.44 | 4.37 | - |
| YUV | 107.14 | 92.94 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 45 | 0 | 0.59 | 0.76 | 0.25 | 13.24 | 0.62 | 0.46 |
| Hex | BE | 4D | 2D | 0 | 3B | 4C | 19 | D | 3E | 2E |
| Octal | 276 | 115 | 55 | 0 | 73 | 114 | 31 | 15 | 76 | 56 |
| Binary | 10111110 | 1001101 | 101101 | 0 | 111011 | 1001100 | 11001 | 1101 | 111110 | 101110 |
Color Harmonies of #BE4D2D
Complementary color
Monochromatic Colors of #BE4D2D
Black with #BE4D2D
Text Example
Text Example
White with #BE4D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D2D; }
p { color: rgb(190,77,45); }
H1.HeaderClassName
{
color: #BE4D2D;
}
.AnyTagClassName
{
color: #BE4D2D;
}
</style>
background-color css
<style>
a { background-color: #BE4D2D; }
a { background-color: rgb(190,77,45); }
div.DivClassName
{
background-color: #BE4D2D;
}
.BgClassName
{
background-color: #BE4D2D;
}
</style>
border-color css
<style>
span { border-color: #BE4D2D; }
span { border-color: rgb(190,77,45); }
td.TdClassName
{
border-color: #BE4D2D;
}
.TagClassName
{
border-color: #BE4D2D;
}
</style>