Shades of Trinidad #BC502F
Tints of Trinidad #BC502F
RGB
CMYK
RGB Variations
Color information
#BC502F (or 0xBC502F) is known color: Trinidad. HEX triplet: BC, 50 and 2F. RGB value is (188,80,47). Sum of RGB (Red+Green+Blue) = 188+80+47=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC502F is #43AFD0. Grayscale: #6C6C6C. Windows color (decimal): -4435921 or 3100860. OLE color: 3100860.
HSL color Cylindrical-coordinate representation of color #BC502F: hue angle of 14.04º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC502F is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 47 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.26 |
| HSL | 14.04º | 0.6% | 0.46% | - |
| HSV(B) | 14.04º | 0.75% | 0.74% | - |
| XYZ | 24.12 | 16.63 | 4.63 | - |
| YUV | 108.53 | 93.28 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 47 | 0 | 0.57 | 0.75 | 0.26 | 14.04 | 0.6 | 0.46 |
| Hex | BC | 50 | 2F | 0 | 39 | 4B | 1A | E | 3C | 2E |
| Octal | 274 | 120 | 57 | 0 | 71 | 113 | 32 | 16 | 74 | 56 |
| Binary | 10111100 | 1010000 | 101111 | 0 | 111001 | 1001011 | 11010 | 1110 | 111100 | 101110 |
Color Harmonies of #BC502F
Complementary color
Monochromatic Colors of #BC502F
Black with #BC502F
Text Example
Text Example
White with #BC502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC502F; }
p { color: rgb(188,80,47); }
H1.HeaderClassName
{
color: #BC502F;
}
.AnyTagClassName
{
color: #BC502F;
}
</style>
background-color css
<style>
a { background-color: #BC502F; }
a { background-color: rgb(188,80,47); }
div.DivClassName
{
background-color: #BC502F;
}
.BgClassName
{
background-color: #BC502F;
}
</style>
border-color css
<style>
span { border-color: #BC502F; }
span { border-color: rgb(188,80,47); }
td.TdClassName
{
border-color: #BC502F;
}
.TagClassName
{
border-color: #BC502F;
}
</style>