Shades of Trinidad #BF4925
Tints of Trinidad #BF4925
RGB
CMYK
RGB Variations
Color information
#BF4925 (or 0xBF4925) is known color: Trinidad. HEX triplet: BF, 49 and 25. RGB value is (191,73,37). Sum of RGB (Red+Green+Blue) = 191+73+37=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4925 is #40B6DA. Grayscale: #686868. Windows color (decimal): -4241115 or 2443711. OLE color: 2443711.
HSL color Cylindrical-coordinate representation of color #BF4925: hue angle of 14.03º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF4925 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 37 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.25 |
| HSL | 14.03º | 0.68% | 0.45% | - |
| HSV(B) | 14.03º | 0.81% | 0.75% | - |
| XYZ | 24.2 | 15.98 | 3.56 | - |
| YUV | 104.18 | 90.09 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 37 | 0 | 0.62 | 0.81 | 0.25 | 14.03 | 0.68 | 0.45 |
| Hex | BF | 49 | 25 | 0 | 3E | 51 | 19 | E | 44 | 2D |
| Octal | 277 | 111 | 45 | 0 | 76 | 121 | 31 | 16 | 104 | 55 |
| Binary | 10111111 | 1001001 | 100101 | 0 | 111110 | 1010001 | 11001 | 1110 | 1000100 | 101101 |
Color Harmonies of #BF4925
Complementary color
Monochromatic Colors of #BF4925
Black with #BF4925
Text Example
Text Example
White with #BF4925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4925; }
p { color: rgb(191,73,37); }
H1.HeaderClassName
{
color: #BF4925;
}
.AnyTagClassName
{
color: #BF4925;
}
</style>
background-color css
<style>
a { background-color: #BF4925; }
a { background-color: rgb(191,73,37); }
div.DivClassName
{
background-color: #BF4925;
}
.BgClassName
{
background-color: #BF4925;
}
</style>
border-color css
<style>
span { border-color: #BF4925; }
span { border-color: rgb(191,73,37); }
td.TdClassName
{
border-color: #BF4925;
}
.TagClassName
{
border-color: #BF4925;
}
</style>