Shades of Trinidad #BF5123
Tints of Trinidad #BF5123
RGB
CMYK
RGB Variations
Color information
#BF5123 (or 0xBF5123) is known color: Trinidad. HEX triplet: BF, 51 and 23. RGB value is (191,81,35). Sum of RGB (Red+Green+Blue) = 191+81+35=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5123 is #40AEDC. Grayscale: #6C6C6C. Windows color (decimal): -4239069 or 2314687. OLE color: 2314687.
HSL color Cylindrical-coordinate representation of color #BF5123: hue angle of 17.69º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF5123 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 35 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.25 |
| HSL | 17.69º | 0.69% | 0.44% | - |
| HSV(B) | 17.69º | 0.82% | 0.75% | - |
| XYZ | 24.73 | 17.08 | 3.58 | - |
| YUV | 108.65 | 86.44 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 35 | 0 | 0.58 | 0.82 | 0.25 | 17.69 | 0.69 | 0.44 |
| Hex | BF | 51 | 23 | 0 | 3A | 52 | 19 | 12 | 45 | 2C |
| Octal | 277 | 121 | 43 | 0 | 72 | 122 | 31 | 22 | 105 | 54 |
| Binary | 10111111 | 1010001 | 100011 | 0 | 111010 | 1010010 | 11001 | 10010 | 1000101 | 101100 |
Color Harmonies of #BF5123
Complementary color
Monochromatic Colors of #BF5123
Black with #BF5123
Text Example
Text Example
White with #BF5123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5123; }
p { color: rgb(191,81,35); }
H1.HeaderClassName
{
color: #BF5123;
}
.AnyTagClassName
{
color: #BF5123;
}
</style>
background-color css
<style>
a { background-color: #BF5123; }
a { background-color: rgb(191,81,35); }
div.DivClassName
{
background-color: #BF5123;
}
.BgClassName
{
background-color: #BF5123;
}
</style>
border-color css
<style>
span { border-color: #BF5123; }
span { border-color: rgb(191,81,35); }
td.TdClassName
{
border-color: #BF5123;
}
.TagClassName
{
border-color: #BF5123;
}
</style>