Shades of Trinidad #BF4C2E
Tints of Trinidad #BF4C2E
RGB
CMYK
RGB Variations
Color information
#BF4C2E (or 0xBF4C2E) is known color: Trinidad. HEX triplet: BF, 4C and 2E. RGB value is (191,76,46). Sum of RGB (Red+Green+Blue) = 191+76+46=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4C2E is #40B3D1. Grayscale: #6B6B6B. Windows color (decimal): -4240338 or 3034303. OLE color: 3034303.
HSL color Cylindrical-coordinate representation of color #BF4C2E: hue angle of 12.41º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF4C2E is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 46 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.25 |
| HSL | 12.41º | 0.61% | 0.46% | - |
| HSV(B) | 12.41º | 0.76% | 0.75% | - |
| XYZ | 24.56 | 16.44 | 4.46 | - |
| YUV | 106.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 46 | 0 | 0.60 | 0.76 | 0.25 | 12.41 | 0.61 | 0.46 |
| Hex | BF | 4C | 2E | 0 | 3C | 4C | 19 | C | 3D | 2E |
| Octal | 277 | 114 | 56 | 0 | 74 | 114 | 31 | 14 | 75 | 56 |
| Binary | 10111111 | 1001100 | 101110 | 0 | 111100 | 1001100 | 11001 | 1100 | 111101 | 101110 |
Color Harmonies of #BF4C2E
Complementary color
Monochromatic Colors of #BF4C2E
Black with #BF4C2E
Text Example
Text Example
White with #BF4C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C2E; }
p { color: rgb(191,76,46); }
H1.HeaderClassName
{
color: #BF4C2E;
}
.AnyTagClassName
{
color: #BF4C2E;
}
</style>
background-color css
<style>
a { background-color: #BF4C2E; }
a { background-color: rgb(191,76,46); }
div.DivClassName
{
background-color: #BF4C2E;
}
.BgClassName
{
background-color: #BF4C2E;
}
</style>
border-color css
<style>
span { border-color: #BF4C2E; }
span { border-color: rgb(191,76,46); }
td.TdClassName
{
border-color: #BF4C2E;
}
.TagClassName
{
border-color: #BF4C2E;
}
</style>