Shades of Trinidad #BC4B26
Tints of Trinidad #BC4B26
RGB
CMYK
RGB Variations
Color information
#BC4B26 (or 0xBC4B26) is known color: Trinidad. HEX triplet: BC, 4B and 26. RGB value is (188,75,38). Sum of RGB (Red+Green+Blue) = 188+75+38=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4B26 is #43B4D9. Grayscale: #686868. Windows color (decimal): -4437210 or 2509756. OLE color: 2509756.
HSL color Cylindrical-coordinate representation of color #BC4B26: hue angle of 14.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC4B26 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 38 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.26 |
| HSL | 14.8º | 0.66% | 0.44% | - |
| HSV(B) | 14.8º | 0.8% | 0.74% | - |
| XYZ | 23.6 | 15.86 | 3.65 | - |
| YUV | 104.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 38 | 0 | 0.60 | 0.80 | 0.26 | 14.8 | 0.66 | 0.44 |
| Hex | BC | 4B | 26 | 0 | 3C | 50 | 1A | F | 42 | 2C |
| Octal | 274 | 113 | 46 | 0 | 74 | 120 | 32 | 17 | 102 | 54 |
| Binary | 10111100 | 1001011 | 100110 | 0 | 111100 | 1010000 | 11010 | 1111 | 1000010 | 101100 |
Color Harmonies of #BC4B26
Complementary color
Monochromatic Colors of #BC4B26
Black with #BC4B26
Text Example
Text Example
White with #BC4B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B26; }
p { color: rgb(188,75,38); }
H1.HeaderClassName
{
color: #BC4B26;
}
.AnyTagClassName
{
color: #BC4B26;
}
</style>
background-color css
<style>
a { background-color: #BC4B26; }
a { background-color: rgb(188,75,38); }
div.DivClassName
{
background-color: #BC4B26;
}
.BgClassName
{
background-color: #BC4B26;
}
</style>
border-color css
<style>
span { border-color: #BC4B26; }
span { border-color: rgb(188,75,38); }
td.TdClassName
{
border-color: #BC4B26;
}
.TagClassName
{
border-color: #BC4B26;
}
</style>