Shades of Trinidad #BC512B
Tints of Trinidad #BC512B
RGB
CMYK
RGB Variations
Color information
#BC512B (or 0xBC512B) is known color: Trinidad. HEX triplet: BC, 51 and 2B. RGB value is (188,81,43). Sum of RGB (Red+Green+Blue) = 188+81+43=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC512B is #43AED4. Grayscale: #6C6C6C. Windows color (decimal): -4435669 or 2838972. OLE color: 2838972.
HSL color Cylindrical-coordinate representation of color #BC512B: hue angle of 15.72º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC512B is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 43 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.26 |
| HSL | 15.72º | 0.63% | 0.45% | - |
| HSV(B) | 15.72º | 0.77% | 0.74% | - |
| XYZ | 24.12 | 16.75 | 4.25 | - |
| YUV | 108.66 | 90.95 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 43 | 0 | 0.57 | 0.77 | 0.26 | 15.72 | 0.63 | 0.45 |
| Hex | BC | 51 | 2B | 0 | 39 | 4D | 1A | 10 | 3F | 2D |
| Octal | 274 | 121 | 53 | 0 | 71 | 115 | 32 | 20 | 77 | 55 |
| Binary | 10111100 | 1010001 | 101011 | 0 | 111001 | 1001101 | 11010 | 10000 | 111111 | 101101 |
Color Harmonies of #BC512B
Complementary color
Monochromatic Colors of #BC512B
Black with #BC512B
Text Example
Text Example
White with #BC512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC512B; }
p { color: rgb(188,81,43); }
H1.HeaderClassName
{
color: #BC512B;
}
.AnyTagClassName
{
color: #BC512B;
}
</style>
background-color css
<style>
a { background-color: #BC512B; }
a { background-color: rgb(188,81,43); }
div.DivClassName
{
background-color: #BC512B;
}
.BgClassName
{
background-color: #BC512B;
}
</style>
border-color css
<style>
span { border-color: #BC512B; }
span { border-color: rgb(188,81,43); }
td.TdClassName
{
border-color: #BC512B;
}
.TagClassName
{
border-color: #BC512B;
}
</style>