Shades of Trinidad #BE4928
Tints of Trinidad #BE4928
RGB
CMYK
RGB Variations
Color information
#BE4928 (or 0xBE4928) is known color: Trinidad. HEX triplet: BE, 49 and 28. RGB value is (190,73,40). Sum of RGB (Red+Green+Blue) = 190+73+40=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4928 is #41B6D7. Grayscale: #686868. Windows color (decimal): -4306648 or 2640318. OLE color: 2640318.
HSL color Cylindrical-coordinate representation of color #BE4928: hue angle of 13.2º degrees, saturation: 0.65, 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 #BE4928 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 40 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.25 |
| HSL | 13.2º | 0.65% | 0.45% | - |
| HSV(B) | 13.2º | 0.79% | 0.75% | - |
| XYZ | 24 | 15.87 | 3.8 | - |
| YUV | 104.22 | 91.76 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 40 | 0 | 0.62 | 0.79 | 0.25 | 13.2 | 0.65 | 0.45 |
| Hex | BE | 49 | 28 | 0 | 3E | 4F | 19 | D | 41 | 2D |
| Octal | 276 | 111 | 50 | 0 | 76 | 117 | 31 | 15 | 101 | 55 |
| Binary | 10111110 | 1001001 | 101000 | 0 | 111110 | 1001111 | 11001 | 1101 | 1000001 | 101101 |
Color Harmonies of #BE4928
Complementary color
Monochromatic Colors of #BE4928
Black with #BE4928
Text Example
Text Example
White with #BE4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4928; }
p { color: rgb(190,73,40); }
H1.HeaderClassName
{
color: #BE4928;
}
.AnyTagClassName
{
color: #BE4928;
}
</style>
background-color css
<style>
a { background-color: #BE4928; }
a { background-color: rgb(190,73,40); }
div.DivClassName
{
background-color: #BE4928;
}
.BgClassName
{
background-color: #BE4928;
}
</style>
border-color css
<style>
span { border-color: #BE4928; }
span { border-color: rgb(190,73,40); }
td.TdClassName
{
border-color: #BE4928;
}
.TagClassName
{
border-color: #BE4928;
}
</style>