Shades of Trinidad #BF4C20
Tints of Trinidad #BF4C20
RGB
CMYK
RGB Variations
Color information
#BF4C20 (or 0xBF4C20) is known color: Trinidad. HEX triplet: BF, 4C and 20. RGB value is (191,76,32). Sum of RGB (Red+Green+Blue) = 191+76+32=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4C20 is #40B3DF. Grayscale: #696969. Windows color (decimal): -4240352 or 2116799. OLE color: 2116799.
HSL color Cylindrical-coordinate representation of color #BF4C20: hue angle of 16.6º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF4C20 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 32 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.25 |
| HSL | 16.6º | 0.71% | 0.44% | - |
| HSV(B) | 16.6º | 0.83% | 0.75% | - |
| XYZ | 24.33 | 16.35 | 3.24 | - |
| YUV | 105.37 | 86.6 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 32 | 0 | 0.60 | 0.83 | 0.25 | 16.6 | 0.71 | 0.44 |
| Hex | BF | 4C | 20 | 0 | 3C | 53 | 19 | 11 | 47 | 2C |
| Octal | 277 | 114 | 40 | 0 | 74 | 123 | 31 | 21 | 107 | 54 |
| Binary | 10111111 | 1001100 | 100000 | 0 | 111100 | 1010011 | 11001 | 10001 | 1000111 | 101100 |
Color Harmonies of #BF4C20
Complementary color
Monochromatic Colors of #BF4C20
Black with #BF4C20
Text Example
Text Example
White with #BF4C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C20; }
p { color: rgb(191,76,32); }
H1.HeaderClassName
{
color: #BF4C20;
}
.AnyTagClassName
{
color: #BF4C20;
}
</style>
background-color css
<style>
a { background-color: #BF4C20; }
a { background-color: rgb(191,76,32); }
div.DivClassName
{
background-color: #BF4C20;
}
.BgClassName
{
background-color: #BF4C20;
}
</style>
border-color css
<style>
span { border-color: #BF4C20; }
span { border-color: rgb(191,76,32); }
td.TdClassName
{
border-color: #BF4C20;
}
.TagClassName
{
border-color: #BF4C20;
}
</style>