Shades of Trinidad #BC5331
Tints of Trinidad #BC5331
RGB
CMYK
RGB Variations
Color information
#BC5331 (or 0xBC5331) is known color: Trinidad. HEX triplet: BC, 53 and 31. RGB value is (188,83,49). Sum of RGB (Red+Green+Blue) = 188+83+49=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5331 is #43ACCE. Grayscale: #6E6E6E. Windows color (decimal): -4435151 or 3232700. OLE color: 3232700.
HSL color Cylindrical-coordinate representation of color #BC5331: hue angle of 14.68º 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 #BC5331 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 49 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.26 |
| HSL | 14.68º | 0.59% | 0.46% | - |
| HSV(B) | 14.68º | 0.74% | 0.74% | - |
| XYZ | 24.39 | 17.1 | 4.92 | - |
| YUV | 110.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 49 | 0 | 0.56 | 0.74 | 0.26 | 14.68 | 0.59 | 0.46 |
| Hex | BC | 53 | 31 | 0 | 38 | 4A | 1A | F | 3B | 2E |
| Octal | 274 | 123 | 61 | 0 | 70 | 112 | 32 | 17 | 73 | 56 |
| Binary | 10111100 | 1010011 | 110001 | 0 | 111000 | 1001010 | 11010 | 1111 | 111011 | 101110 |
Color Harmonies of #BC5331
Complementary color
Monochromatic Colors of #BC5331
Black with #BC5331
Text Example
Text Example
White with #BC5331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5331; }
p { color: rgb(188,83,49); }
H1.HeaderClassName
{
color: #BC5331;
}
.AnyTagClassName
{
color: #BC5331;
}
</style>
background-color css
<style>
a { background-color: #BC5331; }
a { background-color: rgb(188,83,49); }
div.DivClassName
{
background-color: #BC5331;
}
.BgClassName
{
background-color: #BC5331;
}
</style>
border-color css
<style>
span { border-color: #BC5331; }
span { border-color: rgb(188,83,49); }
td.TdClassName
{
border-color: #BC5331;
}
.TagClassName
{
border-color: #BC5331;
}
</style>