Shades of Trinidad #BE5230
Tints of Trinidad #BE5230
RGB
CMYK
RGB Variations
Color information
#BE5230 (or 0xBE5230) is known color: Trinidad. HEX triplet: BE, 52 and 30. RGB value is (190,82,48). Sum of RGB (Red+Green+Blue) = 190+82+48=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5230 is #41ADCF. Grayscale: #6E6E6E. Windows color (decimal): -4304336 or 3166910. OLE color: 3166910.
HSL color Cylindrical-coordinate representation of color #BE5230: hue angle of 14.37º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE5230 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 48 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.25 |
| HSL | 14.37º | 0.6% | 0.47% | - |
| HSV(B) | 14.37º | 0.75% | 0.75% | - |
| XYZ | 24.79 | 17.2 | 4.81 | - |
| YUV | 110.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 48 | 0 | 0.57 | 0.75 | 0.25 | 14.37 | 0.6 | 0.47 |
| Hex | BE | 52 | 30 | 0 | 39 | 4B | 19 | E | 3C | 2F |
| Octal | 276 | 122 | 60 | 0 | 71 | 113 | 31 | 16 | 74 | 57 |
| Binary | 10111110 | 1010010 | 110000 | 0 | 111001 | 1001011 | 11001 | 1110 | 111100 | 101111 |
Color Harmonies of #BE5230
Complementary color
Monochromatic Colors of #BE5230
Black with #BE5230
Text Example
Text Example
White with #BE5230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5230; }
p { color: rgb(190,82,48); }
H1.HeaderClassName
{
color: #BE5230;
}
.AnyTagClassName
{
color: #BE5230;
}
</style>
background-color css
<style>
a { background-color: #BE5230; }
a { background-color: rgb(190,82,48); }
div.DivClassName
{
background-color: #BE5230;
}
.BgClassName
{
background-color: #BE5230;
}
</style>
border-color css
<style>
span { border-color: #BE5230; }
span { border-color: rgb(190,82,48); }
td.TdClassName
{
border-color: #BE5230;
}
.TagClassName
{
border-color: #BE5230;
}
</style>