Shades of Trinidad #BE542B
Tints of Trinidad #BE542B
RGB
CMYK
RGB Variations
Color information
#BE542B (or 0xBE542B) is known color: Trinidad. HEX triplet: BE, 54 and 2B. RGB value is (190,84,43). Sum of RGB (Red+Green+Blue) = 190+84+43=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE542B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE542B is #41ABD4. Grayscale: #6F6F6F. Windows color (decimal): -4303829 or 2839742. OLE color: 2839742.
HSL color Cylindrical-coordinate representation of color #BE542B: hue angle of 16.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE542B is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 84 | 43 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.25 |
| HSL | 16.73º | 0.63% | 0.46% | - |
| HSV(B) | 16.73º | 0.77% | 0.75% | - |
| XYZ | 24.84 | 17.46 | 4.35 | - |
| YUV | 111.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 43 | 0 | 0.56 | 0.77 | 0.25 | 16.73 | 0.63 | 0.46 |
| Hex | BE | 54 | 2B | 0 | 38 | 4D | 19 | 11 | 3F | 2E |
| Octal | 276 | 124 | 53 | 0 | 70 | 115 | 31 | 21 | 77 | 56 |
| Binary | 10111110 | 1010100 | 101011 | 0 | 111000 | 1001101 | 11001 | 10001 | 111111 | 101110 |
Color Harmonies of #BE542B
Complementary color
Monochromatic Colors of #BE542B
Black with #BE542B
Text Example
Text Example
White with #BE542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE542B; }
p { color: rgb(190,84,43); }
H1.HeaderClassName
{
color: #BE542B;
}
.AnyTagClassName
{
color: #BE542B;
}
</style>
background-color css
<style>
a { background-color: #BE542B; }
a { background-color: rgb(190,84,43); }
div.DivClassName
{
background-color: #BE542B;
}
.BgClassName
{
background-color: #BE542B;
}
</style>
border-color css
<style>
span { border-color: #BE542B; }
span { border-color: rgb(190,84,43); }
td.TdClassName
{
border-color: #BE542B;
}
.TagClassName
{
border-color: #BE542B;
}
</style>