Shades of Trinidad #BC4A27
Tints of Trinidad #BC4A27
RGB
CMYK
RGB Variations
Color information
#BC4A27 (or 0xBC4A27) is known color: Trinidad. HEX triplet: BC, 4A and 27. RGB value is (188,74,39). Sum of RGB (Red+Green+Blue) = 188+74+39=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A27 is #43B5D8. Grayscale: #686868. Windows color (decimal): -4437465 or 2575036. OLE color: 2575036.
HSL color Cylindrical-coordinate representation of color #BC4A27: hue angle of 14.09º degrees, saturation: 0.66, 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 #BC4A27 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 39 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.26 |
| HSL | 14.09º | 0.66% | 0.45% | - |
| HSV(B) | 14.09º | 0.79% | 0.74% | - |
| XYZ | 23.55 | 15.74 | 3.72 | - |
| YUV | 104.1 | 91.27 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 39 | 0 | 0.61 | 0.79 | 0.26 | 14.09 | 0.66 | 0.45 |
| Hex | BC | 4A | 27 | 0 | 3D | 4F | 1A | E | 42 | 2D |
| Octal | 274 | 112 | 47 | 0 | 75 | 117 | 32 | 16 | 102 | 55 |
| Binary | 10111100 | 1001010 | 100111 | 0 | 111101 | 1001111 | 11010 | 1110 | 1000010 | 101101 |
Color Harmonies of #BC4A27
Complementary color
Monochromatic Colors of #BC4A27
Black with #BC4A27
Text Example
Text Example
White with #BC4A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A27; }
p { color: rgb(188,74,39); }
H1.HeaderClassName
{
color: #BC4A27;
}
.AnyTagClassName
{
color: #BC4A27;
}
</style>
background-color css
<style>
a { background-color: #BC4A27; }
a { background-color: rgb(188,74,39); }
div.DivClassName
{
background-color: #BC4A27;
}
.BgClassName
{
background-color: #BC4A27;
}
</style>
border-color css
<style>
span { border-color: #BC4A27; }
span { border-color: rgb(188,74,39); }
td.TdClassName
{
border-color: #BC4A27;
}
.TagClassName
{
border-color: #BC4A27;
}
</style>