Shades of Trinidad #BE4F2D
Tints of Trinidad #BE4F2D
RGB
CMYK
RGB Variations
Color information
#BE4F2D (or 0xBE4F2D) is known color: Trinidad. HEX triplet: BE, 4F and 2D. RGB value is (190,79,45). Sum of RGB (Red+Green+Blue) = 190+79+45=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4F2D is #41B0D2. Grayscale: #6C6C6C. Windows color (decimal): -4305107 or 2969534. OLE color: 2969534.
HSL color Cylindrical-coordinate representation of color #BE4F2D: hue angle of 14.07º degrees, saturation: 0.62, 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 #BE4F2D is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 79 | 45 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.25 |
| HSL | 14.07º | 0.62% | 0.46% | - |
| HSV(B) | 14.07º | 0.76% | 0.75% | - |
| XYZ | 24.5 | 16.73 | 4.42 | - |
| YUV | 108.31 | 92.27 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 79 | 45 | 0 | 0.58 | 0.76 | 0.25 | 14.07 | 0.62 | 0.46 |
| Hex | BE | 4F | 2D | 0 | 3A | 4C | 19 | E | 3E | 2E |
| Octal | 276 | 117 | 55 | 0 | 72 | 114 | 31 | 16 | 76 | 56 |
| Binary | 10111110 | 1001111 | 101101 | 0 | 111010 | 1001100 | 11001 | 1110 | 111110 | 101110 |
Color Harmonies of #BE4F2D
Complementary color
Monochromatic Colors of #BE4F2D
Black with #BE4F2D
Text Example
Text Example
White with #BE4F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4F2D; }
p { color: rgb(190,79,45); }
H1.HeaderClassName
{
color: #BE4F2D;
}
.AnyTagClassName
{
color: #BE4F2D;
}
</style>
background-color css
<style>
a { background-color: #BE4F2D; }
a { background-color: rgb(190,79,45); }
div.DivClassName
{
background-color: #BE4F2D;
}
.BgClassName
{
background-color: #BE4F2D;
}
</style>
border-color css
<style>
span { border-color: #BE4F2D; }
span { border-color: rgb(190,79,45); }
td.TdClassName
{
border-color: #BE4F2D;
}
.TagClassName
{
border-color: #BE4F2D;
}
</style>