Shades of Trinidad #BC5332
Tints of Trinidad #BC5332
RGB
CMYK
RGB Variations
Color information
#BC5332 (or 0xBC5332) is known color: Trinidad. HEX triplet: BC, 53 and 32. RGB value is (188,83,50). Sum of RGB (Red+Green+Blue) = 188+83+50=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5332 is #43ACCD. Grayscale: #6E6E6E. Windows color (decimal): -4435150 or 3298236. OLE color: 3298236.
HSL color Cylindrical-coordinate representation of color #BC5332: hue angle of 14.35º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC5332 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 50 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.26 |
| HSL | 14.35º | 0.58% | 0.47% | - |
| HSV(B) | 14.35º | 0.73% | 0.74% | - |
| XYZ | 24.41 | 17.11 | 5.03 | - |
| YUV | 110.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 50 | 0 | 0.56 | 0.73 | 0.26 | 14.35 | 0.58 | 0.47 |
| Hex | BC | 53 | 32 | 0 | 38 | 49 | 1A | E | 3A | 2F |
| Octal | 274 | 123 | 62 | 0 | 70 | 111 | 32 | 16 | 72 | 57 |
| Binary | 10111100 | 1010011 | 110010 | 0 | 111000 | 1001001 | 11010 | 1110 | 111010 | 101111 |
Color Harmonies of #BC5332
Complementary color
Monochromatic Colors of #BC5332
Black with #BC5332
Text Example
Text Example
White with #BC5332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5332; }
p { color: rgb(188,83,50); }
H1.HeaderClassName
{
color: #BC5332;
}
.AnyTagClassName
{
color: #BC5332;
}
</style>
background-color css
<style>
a { background-color: #BC5332; }
a { background-color: rgb(188,83,50); }
div.DivClassName
{
background-color: #BC5332;
}
.BgClassName
{
background-color: #BC5332;
}
</style>
border-color css
<style>
span { border-color: #BC5332; }
span { border-color: rgb(188,83,50); }
td.TdClassName
{
border-color: #BC5332;
}
.TagClassName
{
border-color: #BC5332;
}
</style>