Shades of Trinidad #BE4D25
Tints of Trinidad #BE4D25
RGB
CMYK
RGB Variations
Color information
#BE4D25 (or 0xBE4D25) is known color: Trinidad. HEX triplet: BE, 4D and 25. RGB value is (190,77,37). Sum of RGB (Red+Green+Blue) = 190+77+37=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D25 is #41B2DA. Grayscale: #6A6A6A. Windows color (decimal): -4305627 or 2444734. OLE color: 2444734.
HSL color Cylindrical-coordinate representation of color #BE4D25: hue angle of 15.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE4D25 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 37 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.25 |
| HSL | 15.69º | 0.67% | 0.45% | - |
| HSV(B) | 15.69º | 0.81% | 0.75% | - |
| XYZ | 24.22 | 16.39 | 3.64 | - |
| YUV | 106.23 | 88.94 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 37 | 0 | 0.59 | 0.81 | 0.25 | 15.69 | 0.67 | 0.45 |
| Hex | BE | 4D | 25 | 0 | 3B | 51 | 19 | 10 | 43 | 2D |
| Octal | 276 | 115 | 45 | 0 | 73 | 121 | 31 | 20 | 103 | 55 |
| Binary | 10111110 | 1001101 | 100101 | 0 | 111011 | 1010001 | 11001 | 10000 | 1000011 | 101101 |
Color Harmonies of #BE4D25
Complementary color
Monochromatic Colors of #BE4D25
Black with #BE4D25
Text Example
Text Example
White with #BE4D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D25; }
p { color: rgb(190,77,37); }
H1.HeaderClassName
{
color: #BE4D25;
}
.AnyTagClassName
{
color: #BE4D25;
}
</style>
background-color css
<style>
a { background-color: #BE4D25; }
a { background-color: rgb(190,77,37); }
div.DivClassName
{
background-color: #BE4D25;
}
.BgClassName
{
background-color: #BE4D25;
}
</style>
border-color css
<style>
span { border-color: #BE4D25; }
span { border-color: rgb(190,77,37); }
td.TdClassName
{
border-color: #BE4D25;
}
.TagClassName
{
border-color: #BE4D25;
}
</style>