Shades of Trinidad #BE552E
Tints of Trinidad #BE552E
RGB
CMYK
RGB Variations
Color information
#BE552E (or 0xBE552E) is known color: Trinidad. HEX triplet: BE, 55 and 2E. RGB value is (190,85,46). Sum of RGB (Red+Green+Blue) = 190+85+46=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE552E is #41AAD1. Grayscale: #707070. Windows color (decimal): -4303570 or 3036606. OLE color: 3036606.
HSL color Cylindrical-coordinate representation of color #BE552E: hue angle of 16.25º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE552E is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 46 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.25 |
| HSL | 16.25º | 0.61% | 0.46% | - |
| HSV(B) | 16.25º | 0.76% | 0.75% | - |
| XYZ | 24.98 | 17.64 | 4.67 | - |
| YUV | 111.95 | 90.79 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 46 | 0 | 0.55 | 0.76 | 0.25 | 16.25 | 0.61 | 0.46 |
| Hex | BE | 55 | 2E | 0 | 37 | 4C | 19 | 10 | 3D | 2E |
| Octal | 276 | 125 | 56 | 0 | 67 | 114 | 31 | 20 | 75 | 56 |
| Binary | 10111110 | 1010101 | 101110 | 0 | 110111 | 1001100 | 11001 | 10000 | 111101 | 101110 |
Color Harmonies of #BE552E
Complementary color
Monochromatic Colors of #BE552E
Black with #BE552E
Text Example
Text Example
White with #BE552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE552E; }
p { color: rgb(190,85,46); }
H1.HeaderClassName
{
color: #BE552E;
}
.AnyTagClassName
{
color: #BE552E;
}
</style>
background-color css
<style>
a { background-color: #BE552E; }
a { background-color: rgb(190,85,46); }
div.DivClassName
{
background-color: #BE552E;
}
.BgClassName
{
background-color: #BE552E;
}
</style>
border-color css
<style>
span { border-color: #BE552E; }
span { border-color: rgb(190,85,46); }
td.TdClassName
{
border-color: #BE552E;
}
.TagClassName
{
border-color: #BE552E;
}
</style>