Shades of Trinidad #BF4625
Tints of Trinidad #BF4625
RGB
CMYK
RGB Variations
Color information
#BF4625 (or 0xBF4625) is known color: Trinidad. HEX triplet: BF, 46 and 25. RGB value is (191,70,37). Sum of RGB (Red+Green+Blue) = 191+70+37=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4625 is #40B9DA. Grayscale: #666666. Windows color (decimal): -4241883 or 2442943. OLE color: 2442943.
HSL color Cylindrical-coordinate representation of color #BF4625: hue angle of 12.86º 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 #BF4625 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 37 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.25 |
| HSL | 12.86º | 0.68% | 0.45% | - |
| HSV(B) | 12.86º | 0.81% | 0.75% | - |
| XYZ | 24.01 | 15.59 | 3.49 | - |
| YUV | 102.42 | 91.09 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 37 | 0 | 0.63 | 0.81 | 0.25 | 12.86 | 0.68 | 0.45 |
| Hex | BF | 46 | 25 | 0 | 3F | 51 | 19 | D | 44 | 2D |
| Octal | 277 | 106 | 45 | 0 | 77 | 121 | 31 | 15 | 104 | 55 |
| Binary | 10111111 | 1000110 | 100101 | 0 | 111111 | 1010001 | 11001 | 1101 | 1000100 | 101101 |
Color Harmonies of #BF4625
Complementary color
Monochromatic Colors of #BF4625
Black with #BF4625
Text Example
Text Example
White with #BF4625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4625; }
p { color: rgb(191,70,37); }
H1.HeaderClassName
{
color: #BF4625;
}
.AnyTagClassName
{
color: #BF4625;
}
</style>
background-color css
<style>
a { background-color: #BF4625; }
a { background-color: rgb(191,70,37); }
div.DivClassName
{
background-color: #BF4625;
}
.BgClassName
{
background-color: #BF4625;
}
</style>
border-color css
<style>
span { border-color: #BF4625; }
span { border-color: rgb(191,70,37); }
td.TdClassName
{
border-color: #BF4625;
}
.TagClassName
{
border-color: #BF4625;
}
</style>