Shades of Trinidad #BC512E
Tints of Trinidad #BC512E
RGB
CMYK
RGB Variations
Color information
#BC512E (or 0xBC512E) is known color: Trinidad. HEX triplet: BC, 51 and 2E. RGB value is (188,81,46). Sum of RGB (Red+Green+Blue) = 188+81+46=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC512E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC512E is #43AED1. Grayscale: #6D6D6D. Windows color (decimal): -4435666 or 3035580. OLE color: 3035580.
HSL color Cylindrical-coordinate representation of color #BC512E: hue angle of 14.79º 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 #BC512E is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 46 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.26 |
| HSL | 14.79º | 0.61% | 0.46% | - |
| HSV(B) | 14.79º | 0.76% | 0.74% | - |
| XYZ | 24.17 | 16.77 | 4.55 | - |
| YUV | 109 | 92.45 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 46 | 0 | 0.57 | 0.76 | 0.26 | 14.79 | 0.61 | 0.46 |
| Hex | BC | 51 | 2E | 0 | 39 | 4C | 1A | F | 3D | 2E |
| Octal | 274 | 121 | 56 | 0 | 71 | 114 | 32 | 17 | 75 | 56 |
| Binary | 10111100 | 1010001 | 101110 | 0 | 111001 | 1001100 | 11010 | 1111 | 111101 | 101110 |
Color Harmonies of #BC512E
Complementary color
Monochromatic Colors of #BC512E
Black with #BC512E
Text Example
Text Example
White with #BC512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC512E; }
p { color: rgb(188,81,46); }
H1.HeaderClassName
{
color: #BC512E;
}
.AnyTagClassName
{
color: #BC512E;
}
</style>
background-color css
<style>
a { background-color: #BC512E; }
a { background-color: rgb(188,81,46); }
div.DivClassName
{
background-color: #BC512E;
}
.BgClassName
{
background-color: #BC512E;
}
</style>
border-color css
<style>
span { border-color: #BC512E; }
span { border-color: rgb(188,81,46); }
td.TdClassName
{
border-color: #BC512E;
}
.TagClassName
{
border-color: #BC512E;
}
</style>