Shades of Trinidad #BF4E27
Tints of Trinidad #BF4E27
RGB
CMYK
RGB Variations
Color information
#BF4E27 (or 0xBF4E27) is known color: Trinidad. HEX triplet: BF, 4E and 27. RGB value is (191,78,39). Sum of RGB (Red+Green+Blue) = 191+78+39=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4E27 is #40B1D8. Grayscale: #6B6B6B. Windows color (decimal): -4239833 or 2576063. OLE color: 2576063.
HSL color Cylindrical-coordinate representation of color #BF4E27: hue angle of 15.39º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF4E27 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 39 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.25 |
| HSL | 15.39º | 0.66% | 0.45% | - |
| HSV(B) | 15.39º | 0.8% | 0.75% | - |
| XYZ | 24.58 | 16.67 | 3.84 | - |
| YUV | 107.34 | 89.44 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 39 | 0 | 0.59 | 0.80 | 0.25 | 15.39 | 0.66 | 0.45 |
| Hex | BF | 4E | 27 | 0 | 3B | 50 | 19 | F | 42 | 2D |
| Octal | 277 | 116 | 47 | 0 | 73 | 120 | 31 | 17 | 102 | 55 |
| Binary | 10111111 | 1001110 | 100111 | 0 | 111011 | 1010000 | 11001 | 1111 | 1000010 | 101101 |
Color Harmonies of #BF4E27
Complementary color
Monochromatic Colors of #BF4E27
Black with #BF4E27
Text Example
Text Example
White with #BF4E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E27; }
p { color: rgb(191,78,39); }
H1.HeaderClassName
{
color: #BF4E27;
}
.AnyTagClassName
{
color: #BF4E27;
}
</style>
background-color css
<style>
a { background-color: #BF4E27; }
a { background-color: rgb(191,78,39); }
div.DivClassName
{
background-color: #BF4E27;
}
.BgClassName
{
background-color: #BF4E27;
}
</style>
border-color css
<style>
span { border-color: #BF4E27; }
span { border-color: rgb(191,78,39); }
td.TdClassName
{
border-color: #BF4E27;
}
.TagClassName
{
border-color: #BF4E27;
}
</style>