Shades of Trinidad #BD4F2C
Tints of Trinidad #BD4F2C
RGB
CMYK
RGB Variations
Color information
#BD4F2C (or 0xBD4F2C) is known color: Trinidad. HEX triplet: BD, 4F and 2C. RGB value is (189,79,44). Sum of RGB (Red+Green+Blue) = 189+79+44=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4F2C is #42B0D3. Grayscale: #6C6C6C. Windows color (decimal): -4370644 or 2903997. OLE color: 2903997.
HSL color Cylindrical-coordinate representation of color #BD4F2C: hue angle of 14.48º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD4F2C is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 79 | 44 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.26 |
| HSL | 14.48º | 0.62% | 0.46% | - |
| HSV(B) | 14.48º | 0.77% | 0.74% | - |
| XYZ | 24.24 | 16.59 | 4.31 | - |
| YUV | 107.9 | 91.94 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 44 | 0 | 0.58 | 0.77 | 0.26 | 14.48 | 0.62 | 0.46 |
| Hex | BD | 4F | 2C | 0 | 3A | 4D | 1A | E | 3E | 2E |
| Octal | 275 | 117 | 54 | 0 | 72 | 115 | 32 | 16 | 76 | 56 |
| Binary | 10111101 | 1001111 | 101100 | 0 | 111010 | 1001101 | 11010 | 1110 | 111110 | 101110 |
Color Harmonies of #BD4F2C
Complementary color
Monochromatic Colors of #BD4F2C
Black with #BD4F2C
Text Example
Text Example
White with #BD4F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4F2C; }
p { color: rgb(189,79,44); }
H1.HeaderClassName
{
color: #BD4F2C;
}
.AnyTagClassName
{
color: #BD4F2C;
}
</style>
background-color css
<style>
a { background-color: #BD4F2C; }
a { background-color: rgb(189,79,44); }
div.DivClassName
{
background-color: #BD4F2C;
}
.BgClassName
{
background-color: #BD4F2C;
}
</style>
border-color css
<style>
span { border-color: #BD4F2C; }
span { border-color: rgb(189,79,44); }
td.TdClassName
{
border-color: #BD4F2C;
}
.TagClassName
{
border-color: #BD4F2C;
}
</style>