Shades of Trinidad #BA4A28
Tints of Trinidad #BA4A28
RGB
CMYK
RGB Variations
Color information
#BA4A28 (or 0xBA4A28) is known color: Trinidad. HEX triplet: BA, 4A and 28. RGB value is (186,74,40). Sum of RGB (Red+Green+Blue) = 186+74+40=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A28 is #45B5D7. Grayscale: #676767. Windows color (decimal): -4568536 or 2640570. OLE color: 2640570.
HSL color Cylindrical-coordinate representation of color #BA4A28: hue angle of 13.97º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA4A28 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 40 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.27 |
| HSL | 13.97º | 0.65% | 0.44% | - |
| HSV(B) | 13.97º | 0.78% | 0.73% | - |
| XYZ | 23.08 | 15.49 | 3.78 | - |
| YUV | 103.61 | 92.11 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 40 | 0 | 0.60 | 0.78 | 0.27 | 13.97 | 0.65 | 0.44 |
| Hex | BA | 4A | 28 | 0 | 3C | 4E | 1B | E | 41 | 2C |
| Octal | 272 | 112 | 50 | 0 | 74 | 116 | 33 | 16 | 101 | 54 |
| Binary | 10111010 | 1001010 | 101000 | 0 | 111100 | 1001110 | 11011 | 1110 | 1000001 | 101100 |
Color Harmonies of #BA4A28
Complementary color
Monochromatic Colors of #BA4A28
Black with #BA4A28
Text Example
Text Example
White with #BA4A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A28; }
p { color: rgb(186,74,40); }
H1.HeaderClassName
{
color: #BA4A28;
}
.AnyTagClassName
{
color: #BA4A28;
}
</style>
background-color css
<style>
a { background-color: #BA4A28; }
a { background-color: rgb(186,74,40); }
div.DivClassName
{
background-color: #BA4A28;
}
.BgClassName
{
background-color: #BA4A28;
}
</style>
border-color css
<style>
span { border-color: #BA4A28; }
span { border-color: rgb(186,74,40); }
td.TdClassName
{
border-color: #BA4A28;
}
.TagClassName
{
border-color: #BA4A28;
}
</style>