Shades of Trinidad #BC4725
Tints of Trinidad #BC4725
RGB
CMYK
RGB Variations
Color information
#BC4725 (or 0xBC4725) is known color: Trinidad. HEX triplet: BC, 47 and 25. RGB value is (188,71,37). Sum of RGB (Red+Green+Blue) = 188+71+37=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4725 is #43B8DA. Grayscale: #666666. Windows color (decimal): -4438235 or 2443196. OLE color: 2443196.
HSL color Cylindrical-coordinate representation of color #BC4725: hue angle of 13.51º degrees, saturation: 0.67, 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 #BC4725 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 37 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.26 |
| HSL | 13.51º | 0.67% | 0.44% | - |
| HSV(B) | 13.51º | 0.8% | 0.74% | - |
| XYZ | 23.33 | 15.33 | 3.48 | - |
| YUV | 102.11 | 91.26 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 37 | 0 | 0.62 | 0.80 | 0.26 | 13.51 | 0.67 | 0.44 |
| Hex | BC | 47 | 25 | 0 | 3E | 50 | 1A | E | 43 | 2C |
| Octal | 274 | 107 | 45 | 0 | 76 | 120 | 32 | 16 | 103 | 54 |
| Binary | 10111100 | 1000111 | 100101 | 0 | 111110 | 1010000 | 11010 | 1110 | 1000011 | 101100 |
Color Harmonies of #BC4725
Complementary color
Monochromatic Colors of #BC4725
Black with #BC4725
Text Example
Text Example
White with #BC4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4725; }
p { color: rgb(188,71,37); }
H1.HeaderClassName
{
color: #BC4725;
}
.AnyTagClassName
{
color: #BC4725;
}
</style>
background-color css
<style>
a { background-color: #BC4725; }
a { background-color: rgb(188,71,37); }
div.DivClassName
{
background-color: #BC4725;
}
.BgClassName
{
background-color: #BC4725;
}
</style>
border-color css
<style>
span { border-color: #BC4725; }
span { border-color: rgb(188,71,37); }
td.TdClassName
{
border-color: #BC4725;
}
.TagClassName
{
border-color: #BC4725;
}
</style>