Shades of Trinidad #BC4723
Tints of Trinidad #BC4723
RGB
CMYK
RGB Variations
Color information
#BC4723 (or 0xBC4723) is known color: Trinidad. HEX triplet: BC, 47 and 23. RGB value is (188,71,35). Sum of RGB (Red+Green+Blue) = 188+71+35=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4723 is #43B8DC. Grayscale: #666666. Windows color (decimal): -4438237 or 2312124. OLE color: 2312124.
HSL color Cylindrical-coordinate representation of color #BC4723: hue angle of 14.12º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC4723 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 35 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.26 |
| HSL | 14.12º | 0.69% | 0.44% | - |
| HSV(B) | 14.12º | 0.81% | 0.74% | - |
| XYZ | 23.3 | 15.32 | 3.32 | - |
| YUV | 101.88 | 90.26 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 35 | 0 | 0.62 | 0.81 | 0.26 | 14.12 | 0.69 | 0.44 |
| Hex | BC | 47 | 23 | 0 | 3E | 51 | 1A | E | 45 | 2C |
| Octal | 274 | 107 | 43 | 0 | 76 | 121 | 32 | 16 | 105 | 54 |
| Binary | 10111100 | 1000111 | 100011 | 0 | 111110 | 1010001 | 11010 | 1110 | 1000101 | 101100 |
Color Harmonies of #BC4723
Complementary color
Monochromatic Colors of #BC4723
Black with #BC4723
Text Example
Text Example
White with #BC4723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4723; }
p { color: rgb(188,71,35); }
H1.HeaderClassName
{
color: #BC4723;
}
.AnyTagClassName
{
color: #BC4723;
}
</style>
background-color css
<style>
a { background-color: #BC4723; }
a { background-color: rgb(188,71,35); }
div.DivClassName
{
background-color: #BC4723;
}
.BgClassName
{
background-color: #BC4723;
}
</style>
border-color css
<style>
span { border-color: #BC4723; }
span { border-color: rgb(188,71,35); }
td.TdClassName
{
border-color: #BC4723;
}
.TagClassName
{
border-color: #BC4723;
}
</style>