Shades of Trinidad #BC502E
Tints of Trinidad #BC502E
RGB
CMYK
RGB Variations
Color information
#BC502E (or 0xBC502E) is known color: Trinidad. HEX triplet: BC, 50 and 2E. RGB value is (188,80,46). Sum of RGB (Red+Green+Blue) = 188+80+46=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC502E is #43AFD1. Grayscale: #6C6C6C. Windows color (decimal): -4435922 or 3035324. OLE color: 3035324.
HSL color Cylindrical-coordinate representation of color #BC502E: hue angle of 14.37º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC502E is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 46 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.26 |
| HSL | 14.37º | 0.61% | 0.46% | - |
| HSV(B) | 14.37º | 0.76% | 0.74% | - |
| XYZ | 24.1 | 16.63 | 4.52 | - |
| YUV | 108.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 46 | 0 | 0.57 | 0.76 | 0.26 | 14.37 | 0.61 | 0.46 |
| Hex | BC | 50 | 2E | 0 | 39 | 4C | 1A | E | 3D | 2E |
| Octal | 274 | 120 | 56 | 0 | 71 | 114 | 32 | 16 | 75 | 56 |
| Binary | 10111100 | 1010000 | 101110 | 0 | 111001 | 1001100 | 11010 | 1110 | 111101 | 101110 |
Color Harmonies of #BC502E
Complementary color
Monochromatic Colors of #BC502E
Black with #BC502E
Text Example
Text Example
White with #BC502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC502E; }
p { color: rgb(188,80,46); }
H1.HeaderClassName
{
color: #BC502E;
}
.AnyTagClassName
{
color: #BC502E;
}
</style>
background-color css
<style>
a { background-color: #BC502E; }
a { background-color: rgb(188,80,46); }
div.DivClassName
{
background-color: #BC502E;
}
.BgClassName
{
background-color: #BC502E;
}
</style>
border-color css
<style>
span { border-color: #BC502E; }
span { border-color: rgb(188,80,46); }
td.TdClassName
{
border-color: #BC502E;
}
.TagClassName
{
border-color: #BC502E;
}
</style>