Shades of Trinidad #BC5130
Tints of Trinidad #BC5130
RGB
CMYK
RGB Variations
Color information
#BC5130 (or 0xBC5130) is known color: Trinidad. HEX triplet: BC, 51 and 30. RGB value is (188,81,48). Sum of RGB (Red+Green+Blue) = 188+81+48=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5130 is #43AECF. Grayscale: #6D6D6D. Windows color (decimal): -4435664 or 3166652. OLE color: 3166652.
HSL color Cylindrical-coordinate representation of color #BC5130: hue angle of 14.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC5130 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 48 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.26 |
| HSL | 14.14º | 0.59% | 0.46% | - |
| HSV(B) | 14.14º | 0.74% | 0.74% | - |
| XYZ | 24.21 | 16.79 | 4.76 | - |
| YUV | 109.23 | 93.45 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 48 | 0 | 0.57 | 0.74 | 0.26 | 14.14 | 0.59 | 0.46 |
| Hex | BC | 51 | 30 | 0 | 39 | 4A | 1A | E | 3B | 2E |
| Octal | 274 | 121 | 60 | 0 | 71 | 112 | 32 | 16 | 73 | 56 |
| Binary | 10111100 | 1010001 | 110000 | 0 | 111001 | 1001010 | 11010 | 1110 | 111011 | 101110 |
Color Harmonies of #BC5130
Complementary color
Monochromatic Colors of #BC5130
Black with #BC5130
Text Example
Text Example
White with #BC5130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5130; }
p { color: rgb(188,81,48); }
H1.HeaderClassName
{
color: #BC5130;
}
.AnyTagClassName
{
color: #BC5130;
}
</style>
background-color css
<style>
a { background-color: #BC5130; }
a { background-color: rgb(188,81,48); }
div.DivClassName
{
background-color: #BC5130;
}
.BgClassName
{
background-color: #BC5130;
}
</style>
border-color css
<style>
span { border-color: #BC5130; }
span { border-color: rgb(188,81,48); }
td.TdClassName
{
border-color: #BC5130;
}
.TagClassName
{
border-color: #BC5130;
}
</style>