Shades of Trinidad #BC4923
Tints of Trinidad #BC4923
RGB
CMYK
RGB Variations
Color information
#BC4923 (or 0xBC4923) is known color: Trinidad. HEX triplet: BC, 49 and 23. RGB value is (188,73,35). Sum of RGB (Red+Green+Blue) = 188+73+35=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4923 is #43B6DC. Grayscale: #676767. Windows color (decimal): -4437725 or 2312636. OLE color: 2312636.
HSL color Cylindrical-coordinate representation of color #BC4923: hue angle of 14.9º 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 #BC4923 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 35 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.26 |
| HSL | 14.9º | 0.69% | 0.44% | - |
| HSV(B) | 14.9º | 0.81% | 0.74% | - |
| XYZ | 23.42 | 15.58 | 3.36 | - |
| YUV | 103.05 | 89.6 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 35 | 0 | 0.61 | 0.81 | 0.26 | 14.9 | 0.69 | 0.44 |
| Hex | BC | 49 | 23 | 0 | 3D | 51 | 1A | F | 45 | 2C |
| Octal | 274 | 111 | 43 | 0 | 75 | 121 | 32 | 17 | 105 | 54 |
| Binary | 10111100 | 1001001 | 100011 | 0 | 111101 | 1010001 | 11010 | 1111 | 1000101 | 101100 |
Color Harmonies of #BC4923
Complementary color
Monochromatic Colors of #BC4923
Black with #BC4923
Text Example
Text Example
White with #BC4923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4923; }
p { color: rgb(188,73,35); }
H1.HeaderClassName
{
color: #BC4923;
}
.AnyTagClassName
{
color: #BC4923;
}
</style>
background-color css
<style>
a { background-color: #BC4923; }
a { background-color: rgb(188,73,35); }
div.DivClassName
{
background-color: #BC4923;
}
.BgClassName
{
background-color: #BC4923;
}
</style>
border-color css
<style>
span { border-color: #BC4923; }
span { border-color: rgb(188,73,35); }
td.TdClassName
{
border-color: #BC4923;
}
.TagClassName
{
border-color: #BC4923;
}
</style>