Shades of Trinidad #BD542C
Tints of Trinidad #BD542C
RGB
CMYK
RGB Variations
Color information
#BD542C (or 0xBD542C) is known color: Trinidad. HEX triplet: BD, 54 and 2C. RGB value is (189,84,44). Sum of RGB (Red+Green+Blue) = 189+84+44=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD542C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD542C is #42ABD3. Grayscale: #6F6F6F. Windows color (decimal): -4369364 or 2905277. OLE color: 2905277.
HSL color Cylindrical-coordinate representation of color #BD542C: hue angle of 16.55º 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 #BD542C is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 44 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.26 |
| HSL | 16.55º | 0.62% | 0.46% | - |
| HSV(B) | 16.55º | 0.77% | 0.74% | - |
| XYZ | 24.61 | 17.34 | 4.43 | - |
| YUV | 110.84 | 90.29 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 44 | 0 | 0.56 | 0.77 | 0.26 | 16.55 | 0.62 | 0.46 |
| Hex | BD | 54 | 2C | 0 | 38 | 4D | 1A | 11 | 3E | 2E |
| Octal | 275 | 124 | 54 | 0 | 70 | 115 | 32 | 21 | 76 | 56 |
| Binary | 10111101 | 1010100 | 101100 | 0 | 111000 | 1001101 | 11010 | 10001 | 111110 | 101110 |
Color Harmonies of #BD542C
Complementary color
Monochromatic Colors of #BD542C
Black with #BD542C
Text Example
Text Example
White with #BD542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD542C; }
p { color: rgb(189,84,44); }
H1.HeaderClassName
{
color: #BD542C;
}
.AnyTagClassName
{
color: #BD542C;
}
</style>
background-color css
<style>
a { background-color: #BD542C; }
a { background-color: rgb(189,84,44); }
div.DivClassName
{
background-color: #BD542C;
}
.BgClassName
{
background-color: #BD542C;
}
</style>
border-color css
<style>
span { border-color: #BD542C; }
span { border-color: rgb(189,84,44); }
td.TdClassName
{
border-color: #BD542C;
}
.TagClassName
{
border-color: #BD542C;
}
</style>