Shades of Trinidad #BC4B27
Tints of Trinidad #BC4B27
RGB
CMYK
RGB Variations
Color information
#BC4B27 (or 0xBC4B27) is known color: Trinidad. HEX triplet: BC, 4B and 27. RGB value is (188,75,39). Sum of RGB (Red+Green+Blue) = 188+75+39=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4B27 is #43B4D8. Grayscale: #686868. Windows color (decimal): -4437209 or 2575292. OLE color: 2575292.
HSL color Cylindrical-coordinate representation of color #BC4B27: hue angle of 14.5º 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 #BC4B27 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 39 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.26 |
| HSL | 14.5º | 0.66% | 0.45% | - |
| HSV(B) | 14.5º | 0.79% | 0.74% | - |
| XYZ | 23.62 | 15.87 | 3.74 | - |
| YUV | 104.68 | 90.94 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 39 | 0 | 0.60 | 0.79 | 0.26 | 14.5 | 0.66 | 0.45 |
| Hex | BC | 4B | 27 | 0 | 3C | 4F | 1A | E | 42 | 2D |
| Octal | 274 | 113 | 47 | 0 | 74 | 117 | 32 | 16 | 102 | 55 |
| Binary | 10111100 | 1001011 | 100111 | 0 | 111100 | 1001111 | 11010 | 1110 | 1000010 | 101101 |
Color Harmonies of #BC4B27
Complementary color
Monochromatic Colors of #BC4B27
Black with #BC4B27
Text Example
Text Example
White with #BC4B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B27; }
p { color: rgb(188,75,39); }
H1.HeaderClassName
{
color: #BC4B27;
}
.AnyTagClassName
{
color: #BC4B27;
}
</style>
background-color css
<style>
a { background-color: #BC4B27; }
a { background-color: rgb(188,75,39); }
div.DivClassName
{
background-color: #BC4B27;
}
.BgClassName
{
background-color: #BC4B27;
}
</style>
border-color css
<style>
span { border-color: #BC4B27; }
span { border-color: rgb(188,75,39); }
td.TdClassName
{
border-color: #BC4B27;
}
.TagClassName
{
border-color: #BC4B27;
}
</style>