Shades of Trinidad #BA4726
Tints of Trinidad #BA4726
RGB
CMYK
RGB Variations
Color information
#BA4726 (or 0xBA4726) is known color: Trinidad. HEX triplet: BA, 47 and 26. RGB value is (186,71,38). Sum of RGB (Red+Green+Blue) = 186+71+38=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4726 is #45B8D9. Grayscale: #656565. Windows color (decimal): -4569306 or 2508730. OLE color: 2508730.
HSL color Cylindrical-coordinate representation of color #BA4726: hue angle of 13.38º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA4726 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 38 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.27 |
| HSL | 13.38º | 0.66% | 0.44% | - |
| HSV(B) | 13.38º | 0.8% | 0.73% | - |
| XYZ | 22.85 | 15.09 | 3.54 | - |
| YUV | 101.62 | 92.1 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 38 | 0 | 0.62 | 0.80 | 0.27 | 13.38 | 0.66 | 0.44 |
| Hex | BA | 47 | 26 | 0 | 3E | 50 | 1B | D | 42 | 2C |
| Octal | 272 | 107 | 46 | 0 | 76 | 120 | 33 | 15 | 102 | 54 |
| Binary | 10111010 | 1000111 | 100110 | 0 | 111110 | 1010000 | 11011 | 1101 | 1000010 | 101100 |
Color Harmonies of #BA4726
Complementary color
Monochromatic Colors of #BA4726
Black with #BA4726
Text Example
Text Example
White with #BA4726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4726; }
p { color: rgb(186,71,38); }
H1.HeaderClassName
{
color: #BA4726;
}
.AnyTagClassName
{
color: #BA4726;
}
</style>
background-color css
<style>
a { background-color: #BA4726; }
a { background-color: rgb(186,71,38); }
div.DivClassName
{
background-color: #BA4726;
}
.BgClassName
{
background-color: #BA4726;
}
</style>
border-color css
<style>
span { border-color: #BA4726; }
span { border-color: rgb(186,71,38); }
td.TdClassName
{
border-color: #BA4726;
}
.TagClassName
{
border-color: #BA4726;
}
</style>