Shades of Trinidad #BF5232
Tints of Trinidad #BF5232
RGB
CMYK
RGB Variations
Color information
#BF5232 (or 0xBF5232) is known color: Trinidad. HEX triplet: BF, 52 and 32. RGB value is (191,82,50). Sum of RGB (Red+Green+Blue) = 191+82+50=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5232 is #40ADCD. Grayscale: #6F6F6F. Windows color (decimal): -4238798 or 3297983. OLE color: 3297983.
HSL color Cylindrical-coordinate representation of color #BF5232: hue angle of 13.62º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF5232 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 50 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.25 |
| HSL | 13.62º | 0.59% | 0.47% | - |
| HSV(B) | 13.62º | 0.74% | 0.75% | - |
| XYZ | 25.08 | 17.34 | 5.04 | - |
| YUV | 110.94 | 93.61 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 50 | 0 | 0.57 | 0.74 | 0.25 | 13.62 | 0.59 | 0.47 |
| Hex | BF | 52 | 32 | 0 | 39 | 4A | 19 | E | 3B | 2F |
| Octal | 277 | 122 | 62 | 0 | 71 | 112 | 31 | 16 | 73 | 57 |
| Binary | 10111111 | 1010010 | 110010 | 0 | 111001 | 1001010 | 11001 | 1110 | 111011 | 101111 |
Color Harmonies of #BF5232
Complementary color
Monochromatic Colors of #BF5232
Black with #BF5232
Text Example
Text Example
White with #BF5232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5232; }
p { color: rgb(191,82,50); }
H1.HeaderClassName
{
color: #BF5232;
}
.AnyTagClassName
{
color: #BF5232;
}
</style>
background-color css
<style>
a { background-color: #BF5232; }
a { background-color: rgb(191,82,50); }
div.DivClassName
{
background-color: #BF5232;
}
.BgClassName
{
background-color: #BF5232;
}
</style>
border-color css
<style>
span { border-color: #BF5232; }
span { border-color: rgb(191,82,50); }
td.TdClassName
{
border-color: #BF5232;
}
.TagClassName
{
border-color: #BF5232;
}
</style>