Shades of Trinidad #BE5330
Tints of Trinidad #BE5330
RGB
CMYK
RGB Variations
Color information
#BE5330 (or 0xBE5330) is known color: Trinidad. HEX triplet: BE, 53 and 30. RGB value is (190,83,48). Sum of RGB (Red+Green+Blue) = 190+83+48=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5330 is #41ACCF. Grayscale: #6F6F6F. Windows color (decimal): -4304080 or 3167166. OLE color: 3167166.
HSL color Cylindrical-coordinate representation of color #BE5330: hue angle of 14.79º 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 #BE5330 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 83 | 48 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.25 |
| HSL | 14.79º | 0.6% | 0.47% | - |
| HSV(B) | 14.79º | 0.75% | 0.75% | - |
| XYZ | 24.86 | 17.35 | 4.83 | - |
| YUV | 111 | 92.45 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 48 | 0 | 0.56 | 0.75 | 0.25 | 14.79 | 0.6 | 0.47 |
| Hex | BE | 53 | 30 | 0 | 38 | 4B | 19 | F | 3C | 2F |
| Octal | 276 | 123 | 60 | 0 | 70 | 113 | 31 | 17 | 74 | 57 |
| Binary | 10111110 | 1010011 | 110000 | 0 | 111000 | 1001011 | 11001 | 1111 | 111100 | 101111 |
Color Harmonies of #BE5330
Complementary color
Monochromatic Colors of #BE5330
Black with #BE5330
Text Example
Text Example
White with #BE5330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5330; }
p { color: rgb(190,83,48); }
H1.HeaderClassName
{
color: #BE5330;
}
.AnyTagClassName
{
color: #BE5330;
}
</style>
background-color css
<style>
a { background-color: #BE5330; }
a { background-color: rgb(190,83,48); }
div.DivClassName
{
background-color: #BE5330;
}
.BgClassName
{
background-color: #BE5330;
}
</style>
border-color css
<style>
span { border-color: #BE5330; }
span { border-color: rgb(190,83,48); }
td.TdClassName
{
border-color: #BE5330;
}
.TagClassName
{
border-color: #BE5330;
}
</style>