Shades of Trinidad #BE4D27
Tints of Trinidad #BE4D27
RGB
CMYK
RGB Variations
Color information
#BE4D27 (or 0xBE4D27) is known color: Trinidad. HEX triplet: BE, 4D and 27. RGB value is (190,77,39). Sum of RGB (Red+Green+Blue) = 190+77+39=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D27 is #41B2D8. Grayscale: #6A6A6A. Windows color (decimal): -4305625 or 2575806. OLE color: 2575806.
HSL color Cylindrical-coordinate representation of color #BE4D27: hue angle of 15.1º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE4D27 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 39 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.25 |
| HSL | 15.1º | 0.66% | 0.45% | - |
| HSV(B) | 15.1º | 0.79% | 0.75% | - |
| XYZ | 24.26 | 16.4 | 3.81 | - |
| YUV | 106.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 39 | 0 | 0.59 | 0.79 | 0.25 | 15.1 | 0.66 | 0.45 |
| Hex | BE | 4D | 27 | 0 | 3B | 4F | 19 | F | 42 | 2D |
| Octal | 276 | 115 | 47 | 0 | 73 | 117 | 31 | 17 | 102 | 55 |
| Binary | 10111110 | 1001101 | 100111 | 0 | 111011 | 1001111 | 11001 | 1111 | 1000010 | 101101 |
Color Harmonies of #BE4D27
Complementary color
Monochromatic Colors of #BE4D27
Black with #BE4D27
Text Example
Text Example
White with #BE4D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D27; }
p { color: rgb(190,77,39); }
H1.HeaderClassName
{
color: #BE4D27;
}
.AnyTagClassName
{
color: #BE4D27;
}
</style>
background-color css
<style>
a { background-color: #BE4D27; }
a { background-color: rgb(190,77,39); }
div.DivClassName
{
background-color: #BE4D27;
}
.BgClassName
{
background-color: #BE4D27;
}
</style>
border-color css
<style>
span { border-color: #BE4D27; }
span { border-color: rgb(190,77,39); }
td.TdClassName
{
border-color: #BE4D27;
}
.TagClassName
{
border-color: #BE4D27;
}
</style>