Shades of Trinidad #BD4D2A
Tints of Trinidad #BD4D2A
RGB
CMYK
RGB Variations
Color information
#BD4D2A (or 0xBD4D2A) is known color: Trinidad. HEX triplet: BD, 4D and 2A. RGB value is (189,77,42). Sum of RGB (Red+Green+Blue) = 189+77+42=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4D2A is #42B2D5. Grayscale: #6A6A6A. Windows color (decimal): -4371158 or 2772413. OLE color: 2772413.
HSL color Cylindrical-coordinate representation of color #BD4D2A: hue angle of 14.29º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD4D2A is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 42 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.26 |
| HSL | 14.29º | 0.64% | 0.45% | - |
| HSV(B) | 14.29º | 0.78% | 0.74% | - |
| XYZ | 24.06 | 16.29 | 4.07 | - |
| YUV | 106.5 | 91.61 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 42 | 0 | 0.59 | 0.78 | 0.26 | 14.29 | 0.64 | 0.45 |
| Hex | BD | 4D | 2A | 0 | 3B | 4E | 1A | E | 40 | 2D |
| Octal | 275 | 115 | 52 | 0 | 73 | 116 | 32 | 16 | 100 | 55 |
| Binary | 10111101 | 1001101 | 101010 | 0 | 111011 | 1001110 | 11010 | 1110 | 1000000 | 101101 |
Color Harmonies of #BD4D2A
Complementary color
Monochromatic Colors of #BD4D2A
Black with #BD4D2A
Text Example
Text Example
White with #BD4D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D2A; }
p { color: rgb(189,77,42); }
H1.HeaderClassName
{
color: #BD4D2A;
}
.AnyTagClassName
{
color: #BD4D2A;
}
</style>
background-color css
<style>
a { background-color: #BD4D2A; }
a { background-color: rgb(189,77,42); }
div.DivClassName
{
background-color: #BD4D2A;
}
.BgClassName
{
background-color: #BD4D2A;
}
</style>
border-color css
<style>
span { border-color: #BD4D2A; }
span { border-color: rgb(189,77,42); }
td.TdClassName
{
border-color: #BD4D2A;
}
.TagClassName
{
border-color: #BD4D2A;
}
</style>