Shades of Trinidad #BF5430
Tints of Trinidad #BF5430
RGB
CMYK
RGB Variations
Color information
#BF5430 (or 0xBF5430) is known color: Trinidad. HEX triplet: BF, 54 and 30. RGB value is (191,84,48). Sum of RGB (Red+Green+Blue) = 191+84+48=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5430 is #40ABCF. Grayscale: #707070. Windows color (decimal): -4238288 or 3167423. OLE color: 3167423.
HSL color Cylindrical-coordinate representation of color #BF5430: hue angle of 15.1º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF5430 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 48 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.25 |
| HSL | 15.1º | 0.6% | 0.47% | - |
| HSV(B) | 15.1º | 0.75% | 0.75% | - |
| XYZ | 25.19 | 17.63 | 4.87 | - |
| YUV | 111.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 48 | 0 | 0.56 | 0.75 | 0.25 | 15.1 | 0.6 | 0.47 |
| Hex | BF | 54 | 30 | 0 | 38 | 4B | 19 | F | 3C | 2F |
| Octal | 277 | 124 | 60 | 0 | 70 | 113 | 31 | 17 | 74 | 57 |
| Binary | 10111111 | 1010100 | 110000 | 0 | 111000 | 1001011 | 11001 | 1111 | 111100 | 101111 |
Color Harmonies of #BF5430
Complementary color
Monochromatic Colors of #BF5430
Black with #BF5430
Text Example
Text Example
White with #BF5430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5430; }
p { color: rgb(191,84,48); }
H1.HeaderClassName
{
color: #BF5430;
}
.AnyTagClassName
{
color: #BF5430;
}
</style>
background-color css
<style>
a { background-color: #BF5430; }
a { background-color: rgb(191,84,48); }
div.DivClassName
{
background-color: #BF5430;
}
.BgClassName
{
background-color: #BF5430;
}
</style>
border-color css
<style>
span { border-color: #BF5430; }
span { border-color: rgb(191,84,48); }
td.TdClassName
{
border-color: #BF5430;
}
.TagClassName
{
border-color: #BF5430;
}
</style>