Shades of Trinidad #BE4725
Tints of Trinidad #BE4725
RGB
CMYK
RGB Variations
Color information
#BE4725 (or 0xBE4725) is known color: Trinidad. HEX triplet: BE, 47 and 25. RGB value is (190,71,37). Sum of RGB (Red+Green+Blue) = 190+71+37=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4725 is #41B8DA. Grayscale: #666666. Windows color (decimal): -4307163 or 2443198. OLE color: 2443198.
HSL color Cylindrical-coordinate representation of color #BE4725: hue angle of 13.33º 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 #BE4725 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 37 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.25 |
| HSL | 13.33º | 0.67% | 0.45% | - |
| HSV(B) | 13.33º | 0.81% | 0.75% | - |
| XYZ | 23.82 | 15.59 | 3.5 | - |
| YUV | 102.71 | 90.92 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 37 | 0 | 0.63 | 0.81 | 0.25 | 13.33 | 0.67 | 0.45 |
| Hex | BE | 47 | 25 | 0 | 3F | 51 | 19 | D | 43 | 2D |
| Octal | 276 | 107 | 45 | 0 | 77 | 121 | 31 | 15 | 103 | 55 |
| Binary | 10111110 | 1000111 | 100101 | 0 | 111111 | 1010001 | 11001 | 1101 | 1000011 | 101101 |
Color Harmonies of #BE4725
Complementary color
Monochromatic Colors of #BE4725
Black with #BE4725
Text Example
Text Example
White with #BE4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4725; }
p { color: rgb(190,71,37); }
H1.HeaderClassName
{
color: #BE4725;
}
.AnyTagClassName
{
color: #BE4725;
}
</style>
background-color css
<style>
a { background-color: #BE4725; }
a { background-color: rgb(190,71,37); }
div.DivClassName
{
background-color: #BE4725;
}
.BgClassName
{
background-color: #BE4725;
}
</style>
border-color css
<style>
span { border-color: #BE4725; }
span { border-color: rgb(190,71,37); }
td.TdClassName
{
border-color: #BE4725;
}
.TagClassName
{
border-color: #BE4725;
}
</style>