Shades of Trinidad #BA4927
Tints of Trinidad #BA4927
RGB
CMYK
RGB Variations
Color information
#BA4927 (or 0xBA4927) is known color: Trinidad. HEX triplet: BA, 49 and 27. RGB value is (186,73,39). Sum of RGB (Red+Green+Blue) = 186+73+39=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4927 is #45B6D8. Grayscale: #676767. Windows color (decimal): -4568793 or 2574778. OLE color: 2574778.
HSL color Cylindrical-coordinate representation of color #BA4927: hue angle of 13.88º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA4927 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 39 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.27 |
| HSL | 13.88º | 0.65% | 0.44% | - |
| HSV(B) | 13.88º | 0.79% | 0.73% | - |
| XYZ | 23 | 15.35 | 3.67 | - |
| YUV | 102.91 | 91.94 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 39 | 0 | 0.61 | 0.79 | 0.27 | 13.88 | 0.65 | 0.44 |
| Hex | BA | 49 | 27 | 0 | 3D | 4F | 1B | E | 41 | 2C |
| Octal | 272 | 111 | 47 | 0 | 75 | 117 | 33 | 16 | 101 | 54 |
| Binary | 10111010 | 1001001 | 100111 | 0 | 111101 | 1001111 | 11011 | 1110 | 1000001 | 101100 |
Color Harmonies of #BA4927
Complementary color
Monochromatic Colors of #BA4927
Black with #BA4927
Text Example
Text Example
White with #BA4927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4927; }
p { color: rgb(186,73,39); }
H1.HeaderClassName
{
color: #BA4927;
}
.AnyTagClassName
{
color: #BA4927;
}
</style>
background-color css
<style>
a { background-color: #BA4927; }
a { background-color: rgb(186,73,39); }
div.DivClassName
{
background-color: #BA4927;
}
.BgClassName
{
background-color: #BA4927;
}
</style>
border-color css
<style>
span { border-color: #BA4927; }
span { border-color: rgb(186,73,39); }
td.TdClassName
{
border-color: #BA4927;
}
.TagClassName
{
border-color: #BA4927;
}
</style>