Shades of Trinidad #BE4927
Tints of Trinidad #BE4927
RGB
CMYK
RGB Variations
Color information
#BE4927 (or 0xBE4927) is known color: Trinidad. HEX triplet: BE, 49 and 27. RGB value is (190,73,39). Sum of RGB (Red+Green+Blue) = 190+73+39=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4927 is #41B6D8. Grayscale: #686868. Windows color (decimal): -4306649 or 2574782. OLE color: 2574782.
HSL color Cylindrical-coordinate representation of color #BE4927: hue angle of 13.51º 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 #BE4927 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 39 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.25 |
| HSL | 13.51º | 0.66% | 0.45% | - |
| HSV(B) | 13.51º | 0.79% | 0.75% | - |
| XYZ | 23.98 | 15.86 | 3.72 | - |
| YUV | 104.11 | 91.26 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 39 | 0 | 0.62 | 0.79 | 0.25 | 13.51 | 0.66 | 0.45 |
| Hex | BE | 49 | 27 | 0 | 3E | 4F | 19 | E | 42 | 2D |
| Octal | 276 | 111 | 47 | 0 | 76 | 117 | 31 | 16 | 102 | 55 |
| Binary | 10111110 | 1001001 | 100111 | 0 | 111110 | 1001111 | 11001 | 1110 | 1000010 | 101101 |
Color Harmonies of #BE4927
Complementary color
Monochromatic Colors of #BE4927
Black with #BE4927
Text Example
Text Example
White with #BE4927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4927; }
p { color: rgb(190,73,39); }
H1.HeaderClassName
{
color: #BE4927;
}
.AnyTagClassName
{
color: #BE4927;
}
</style>
background-color css
<style>
a { background-color: #BE4927; }
a { background-color: rgb(190,73,39); }
div.DivClassName
{
background-color: #BE4927;
}
.BgClassName
{
background-color: #BE4927;
}
</style>
border-color css
<style>
span { border-color: #BE4927; }
span { border-color: rgb(190,73,39); }
td.TdClassName
{
border-color: #BE4927;
}
.TagClassName
{
border-color: #BE4927;
}
</style>