Shades of Trinidad #BB4929
Tints of Trinidad #BB4929
RGB
CMYK
RGB Variations
Color information
#BB4929 (or 0xBB4929) is known color: Trinidad. HEX triplet: BB, 49 and 29. RGB value is (187,73,41). Sum of RGB (Red+Green+Blue) = 187+73+41=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4929 is #44B6D6. Grayscale: #676767. Windows color (decimal): -4503255 or 2705851. OLE color: 2705851.
HSL color Cylindrical-coordinate representation of color #BB4929: hue angle of 13.15º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB4929 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 41 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.27 |
| HSL | 13.15º | 0.64% | 0.45% | - |
| HSV(B) | 13.15º | 0.78% | 0.73% | - |
| XYZ | 23.28 | 15.49 | 3.86 | - |
| YUV | 103.44 | 92.77 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 41 | 0 | 0.61 | 0.78 | 0.27 | 13.15 | 0.64 | 0.45 |
| Hex | BB | 49 | 29 | 0 | 3D | 4E | 1B | D | 40 | 2D |
| Octal | 273 | 111 | 51 | 0 | 75 | 116 | 33 | 15 | 100 | 55 |
| Binary | 10111011 | 1001001 | 101001 | 0 | 111101 | 1001110 | 11011 | 1101 | 1000000 | 101101 |
Color Harmonies of #BB4929
Complementary color
Monochromatic Colors of #BB4929
Black with #BB4929
Text Example
Text Example
White with #BB4929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4929; }
p { color: rgb(187,73,41); }
H1.HeaderClassName
{
color: #BB4929;
}
.AnyTagClassName
{
color: #BB4929;
}
</style>
background-color css
<style>
a { background-color: #BB4929; }
a { background-color: rgb(187,73,41); }
div.DivClassName
{
background-color: #BB4929;
}
.BgClassName
{
background-color: #BB4929;
}
</style>
border-color css
<style>
span { border-color: #BB4929; }
span { border-color: rgb(187,73,41); }
td.TdClassName
{
border-color: #BB4929;
}
.TagClassName
{
border-color: #BB4929;
}
</style>