Shades of Trinidad #BF552D
Tints of Trinidad #BF552D
RGB
CMYK
RGB Variations
Color information
#BF552D (or 0xBF552D) is known color: Trinidad. HEX triplet: BF, 55 and 2D. RGB value is (191,85,45). Sum of RGB (Red+Green+Blue) = 191+85+45=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF552D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF552D is #40AAD2. Grayscale: #707070. Windows color (decimal): -4238035 or 2971071. OLE color: 2971071.
HSL color Cylindrical-coordinate representation of color #BF552D: hue angle of 16.44º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF552D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 45 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.25 |
| HSL | 16.44º | 0.62% | 0.46% | - |
| HSV(B) | 16.44º | 0.76% | 0.75% | - |
| XYZ | 25.21 | 17.76 | 4.58 | - |
| YUV | 112.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 45 | 0 | 0.55 | 0.76 | 0.25 | 16.44 | 0.62 | 0.46 |
| Hex | BF | 55 | 2D | 0 | 37 | 4C | 19 | 10 | 3E | 2E |
| Octal | 277 | 125 | 55 | 0 | 67 | 114 | 31 | 20 | 76 | 56 |
| Binary | 10111111 | 1010101 | 101101 | 0 | 110111 | 1001100 | 11001 | 10000 | 111110 | 101110 |
Color Harmonies of #BF552D
Complementary color
Monochromatic Colors of #BF552D
Black with #BF552D
Text Example
Text Example
White with #BF552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF552D; }
p { color: rgb(191,85,45); }
H1.HeaderClassName
{
color: #BF552D;
}
.AnyTagClassName
{
color: #BF552D;
}
</style>
background-color css
<style>
a { background-color: #BF552D; }
a { background-color: rgb(191,85,45); }
div.DivClassName
{
background-color: #BF552D;
}
.BgClassName
{
background-color: #BF552D;
}
</style>
border-color css
<style>
span { border-color: #BF552D; }
span { border-color: rgb(191,85,45); }
td.TdClassName
{
border-color: #BF552D;
}
.TagClassName
{
border-color: #BF552D;
}
</style>