Shades of Trinidad #BE4724
Tints of Trinidad #BE4724
RGB
CMYK
RGB Variations
Color information
#BE4724 (or 0xBE4724) is known color: Trinidad. HEX triplet: BE, 47 and 24. RGB value is (190,71,36). Sum of RGB (Red+Green+Blue) = 190+71+36=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4724 is #41B8DB. Grayscale: #666666. Windows color (decimal): -4307164 or 2377662. OLE color: 2377662.
HSL color Cylindrical-coordinate representation of color #BE4724: hue angle of 13.64º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE4724 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 36 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.25 |
| HSL | 13.64º | 0.68% | 0.44% | - |
| HSV(B) | 13.64º | 0.81% | 0.75% | - |
| XYZ | 23.81 | 15.58 | 3.42 | - |
| YUV | 102.59 | 90.42 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 36 | 0 | 0.63 | 0.81 | 0.25 | 13.64 | 0.68 | 0.44 |
| Hex | BE | 47 | 24 | 0 | 3F | 51 | 19 | E | 44 | 2C |
| Octal | 276 | 107 | 44 | 0 | 77 | 121 | 31 | 16 | 104 | 54 |
| Binary | 10111110 | 1000111 | 100100 | 0 | 111111 | 1010001 | 11001 | 1110 | 1000100 | 101100 |
Color Harmonies of #BE4724
Complementary color
Monochromatic Colors of #BE4724
Black with #BE4724
Text Example
Text Example
White with #BE4724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4724; }
p { color: rgb(190,71,36); }
H1.HeaderClassName
{
color: #BE4724;
}
.AnyTagClassName
{
color: #BE4724;
}
</style>
background-color css
<style>
a { background-color: #BE4724; }
a { background-color: rgb(190,71,36); }
div.DivClassName
{
background-color: #BE4724;
}
.BgClassName
{
background-color: #BE4724;
}
</style>
border-color css
<style>
span { border-color: #BE4724; }
span { border-color: rgb(190,71,36); }
td.TdClassName
{
border-color: #BE4724;
}
.TagClassName
{
border-color: #BE4724;
}
</style>