Shades of Trinidad #BE512A
Tints of Trinidad #BE512A
RGB
CMYK
RGB Variations
Color information
#BE512A (or 0xBE512A) is known color: Trinidad. HEX triplet: BE, 51 and 2A. RGB value is (190,81,42). Sum of RGB (Red+Green+Blue) = 190+81+42=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE512A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE512A is #41AED5. Grayscale: #6D6D6D. Windows color (decimal): -4304598 or 2773438. OLE color: 2773438.
HSL color Cylindrical-coordinate representation of color #BE512A: hue angle of 15.81º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE512A is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 42 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.25 |
| HSL | 15.81º | 0.64% | 0.45% | - |
| HSV(B) | 15.81º | 0.78% | 0.75% | - |
| XYZ | 24.6 | 17 | 4.18 | - |
| YUV | 109.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 42 | 0 | 0.57 | 0.78 | 0.25 | 15.81 | 0.64 | 0.45 |
| Hex | BE | 51 | 2A | 0 | 39 | 4E | 19 | 10 | 40 | 2D |
| Octal | 276 | 121 | 52 | 0 | 71 | 116 | 31 | 20 | 100 | 55 |
| Binary | 10111110 | 1010001 | 101010 | 0 | 111001 | 1001110 | 11001 | 10000 | 1000000 | 101101 |
Color Harmonies of #BE512A
Complementary color
Monochromatic Colors of #BE512A
Black with #BE512A
Text Example
Text Example
White with #BE512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE512A; }
p { color: rgb(190,81,42); }
H1.HeaderClassName
{
color: #BE512A;
}
.AnyTagClassName
{
color: #BE512A;
}
</style>
background-color css
<style>
a { background-color: #BE512A; }
a { background-color: rgb(190,81,42); }
div.DivClassName
{
background-color: #BE512A;
}
.BgClassName
{
background-color: #BE512A;
}
</style>
border-color css
<style>
span { border-color: #BE512A; }
span { border-color: rgb(190,81,42); }
td.TdClassName
{
border-color: #BE512A;
}
.TagClassName
{
border-color: #BE512A;
}
</style>