Shades of Trinidad #BB4826
Tints of Trinidad #BB4826
RGB
CMYK
RGB Variations
Color information
#BB4826 (or 0xBB4826) is known color: Trinidad. HEX triplet: BB, 48 and 26. RGB value is (187,72,38). Sum of RGB (Red+Green+Blue) = 187+72+38=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4826 is #44B7D9. Grayscale: #666666. Windows color (decimal): -4503514 or 2508987. OLE color: 2508987.
HSL color Cylindrical-coordinate representation of color #BB4826: hue angle of 13.69º 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 #BB4826 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 38 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.27 |
| HSL | 13.69º | 0.66% | 0.44% | - |
| HSV(B) | 13.69º | 0.8% | 0.73% | - |
| XYZ | 23.16 | 15.34 | 3.57 | - |
| YUV | 102.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 38 | 0 | 0.61 | 0.80 | 0.27 | 13.69 | 0.66 | 0.44 |
| Hex | BB | 48 | 26 | 0 | 3D | 50 | 1B | E | 42 | 2C |
| Octal | 273 | 110 | 46 | 0 | 75 | 120 | 33 | 16 | 102 | 54 |
| Binary | 10111011 | 1001000 | 100110 | 0 | 111101 | 1010000 | 11011 | 1110 | 1000010 | 101100 |
Color Harmonies of #BB4826
Complementary color
Monochromatic Colors of #BB4826
Black with #BB4826
Text Example
Text Example
White with #BB4826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4826; }
p { color: rgb(187,72,38); }
H1.HeaderClassName
{
color: #BB4826;
}
.AnyTagClassName
{
color: #BB4826;
}
</style>
background-color css
<style>
a { background-color: #BB4826; }
a { background-color: rgb(187,72,38); }
div.DivClassName
{
background-color: #BB4826;
}
.BgClassName
{
background-color: #BB4826;
}
</style>
border-color css
<style>
span { border-color: #BB4826; }
span { border-color: rgb(187,72,38); }
td.TdClassName
{
border-color: #BB4826;
}
.TagClassName
{
border-color: #BB4826;
}
</style>