Shades of Trinidad #BC4D28
Tints of Trinidad #BC4D28
RGB
CMYK
RGB Variations
Color information
#BC4D28 (or 0xBC4D28) is known color: Trinidad. HEX triplet: BC, 4D and 28. RGB value is (188,77,40). Sum of RGB (Red+Green+Blue) = 188+77+40=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D28 is #43B2D7. Grayscale: #6A6A6A. Windows color (decimal): -4436696 or 2641340. OLE color: 2641340.
HSL color Cylindrical-coordinate representation of color #BC4D28: hue angle of 15º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC4D28 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 40 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.26 |
| HSL | 15º | 0.65% | 0.45% | - |
| HSV(B) | 15º | 0.79% | 0.74% | - |
| XYZ | 23.78 | 16.15 | 3.87 | - |
| YUV | 105.97 | 90.77 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 40 | 0 | 0.59 | 0.79 | 0.26 | 15 | 0.65 | 0.45 |
| Hex | BC | 4D | 28 | 0 | 3B | 4F | 1A | F | 41 | 2D |
| Octal | 274 | 115 | 50 | 0 | 73 | 117 | 32 | 17 | 101 | 55 |
| Binary | 10111100 | 1001101 | 101000 | 0 | 111011 | 1001111 | 11010 | 1111 | 1000001 | 101101 |
Color Harmonies of #BC4D28
Complementary color
Monochromatic Colors of #BC4D28
Black with #BC4D28
Text Example
Text Example
White with #BC4D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D28; }
p { color: rgb(188,77,40); }
H1.HeaderClassName
{
color: #BC4D28;
}
.AnyTagClassName
{
color: #BC4D28;
}
</style>
background-color css
<style>
a { background-color: #BC4D28; }
a { background-color: rgb(188,77,40); }
div.DivClassName
{
background-color: #BC4D28;
}
.BgClassName
{
background-color: #BC4D28;
}
</style>
border-color css
<style>
span { border-color: #BC4D28; }
span { border-color: rgb(188,77,40); }
td.TdClassName
{
border-color: #BC4D28;
}
.TagClassName
{
border-color: #BC4D28;
}
</style>