Shades of Trinidad #BF4D20
Tints of Trinidad #BF4D20
RGB
CMYK
RGB Variations
Color information
#BF4D20 (or 0xBF4D20) is known color: Trinidad. HEX triplet: BF, 4D and 20. RGB value is (191,77,32). Sum of RGB (Red+Green+Blue) = 191+77+32=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D20 is #40B2DF. Grayscale: #6A6A6A. Windows color (decimal): -4240096 or 2117055. OLE color: 2117055.
HSL color Cylindrical-coordinate representation of color #BF4D20: hue angle of 16.98º 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 #BF4D20 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 32 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.25 |
| HSL | 16.98º | 0.71% | 0.44% | - |
| HSV(B) | 16.98º | 0.83% | 0.75% | - |
| XYZ | 24.4 | 16.49 | 3.26 | - |
| YUV | 105.96 | 86.27 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 32 | 0 | 0.60 | 0.83 | 0.25 | 16.98 | 0.71 | 0.44 |
| Hex | BF | 4D | 20 | 0 | 3C | 53 | 19 | 11 | 47 | 2C |
| Octal | 277 | 115 | 40 | 0 | 74 | 123 | 31 | 21 | 107 | 54 |
| Binary | 10111111 | 1001101 | 100000 | 0 | 111100 | 1010011 | 11001 | 10001 | 1000111 | 101100 |
Color Harmonies of #BF4D20
Complementary color
Monochromatic Colors of #BF4D20
Black with #BF4D20
Text Example
Text Example
White with #BF4D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D20; }
p { color: rgb(191,77,32); }
H1.HeaderClassName
{
color: #BF4D20;
}
.AnyTagClassName
{
color: #BF4D20;
}
</style>
background-color css
<style>
a { background-color: #BF4D20; }
a { background-color: rgb(191,77,32); }
div.DivClassName
{
background-color: #BF4D20;
}
.BgClassName
{
background-color: #BF4D20;
}
</style>
border-color css
<style>
span { border-color: #BF4D20; }
span { border-color: rgb(191,77,32); }
td.TdClassName
{
border-color: #BF4D20;
}
.TagClassName
{
border-color: #BF4D20;
}
</style>