Shades of Trinidad #BF4D2B
Tints of Trinidad #BF4D2B
RGB
CMYK
RGB Variations
Color information
#BF4D2B (or 0xBF4D2B) is known color: Trinidad. HEX triplet: BF, 4D and 2B. RGB value is (191,77,43). Sum of RGB (Red+Green+Blue) = 191+77+43=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D2B is #40B2D4. Grayscale: #6B6B6B. Windows color (decimal): -4240085 or 2837951. OLE color: 2837951.
HSL color Cylindrical-coordinate representation of color #BF4D2B: hue angle of 13.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF4D2B is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 43 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.25 |
| HSL | 13.78º | 0.63% | 0.46% | - |
| HSV(B) | 13.78º | 0.77% | 0.75% | - |
| XYZ | 24.58 | 16.56 | 4.19 | - |
| YUV | 107.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 43 | 0 | 0.60 | 0.77 | 0.25 | 13.78 | 0.63 | 0.46 |
| Hex | BF | 4D | 2B | 0 | 3C | 4D | 19 | E | 3F | 2E |
| Octal | 277 | 115 | 53 | 0 | 74 | 115 | 31 | 16 | 77 | 56 |
| Binary | 10111111 | 1001101 | 101011 | 0 | 111100 | 1001101 | 11001 | 1110 | 111111 | 101110 |
Color Harmonies of #BF4D2B
Complementary color
Monochromatic Colors of #BF4D2B
Black with #BF4D2B
Text Example
Text Example
White with #BF4D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D2B; }
p { color: rgb(191,77,43); }
H1.HeaderClassName
{
color: #BF4D2B;
}
.AnyTagClassName
{
color: #BF4D2B;
}
</style>
background-color css
<style>
a { background-color: #BF4D2B; }
a { background-color: rgb(191,77,43); }
div.DivClassName
{
background-color: #BF4D2B;
}
.BgClassName
{
background-color: #BF4D2B;
}
</style>
border-color css
<style>
span { border-color: #BF4D2B; }
span { border-color: rgb(191,77,43); }
td.TdClassName
{
border-color: #BF4D2B;
}
.TagClassName
{
border-color: #BF4D2B;
}
</style>