Shades of Trinidad #BB4D28
Tints of Trinidad #BB4D28
RGB
CMYK
RGB Variations
Color information
#BB4D28 (or 0xBB4D28) is known color: Trinidad. HEX triplet: BB, 4D and 28. RGB value is (187,77,40). Sum of RGB (Red+Green+Blue) = 187+77+40=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D28 is #44B2D7. Grayscale: #696969. Windows color (decimal): -4502232 or 2641339. OLE color: 2641339.
HSL color Cylindrical-coordinate representation of color #BB4D28: hue angle of 15.1º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB4D28 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 40 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.27 |
| HSL | 15.1º | 0.65% | 0.45% | - |
| HSV(B) | 15.1º | 0.79% | 0.73% | - |
| XYZ | 23.53 | 16.03 | 3.86 | - |
| YUV | 105.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 40 | 0 | 0.59 | 0.79 | 0.27 | 15.1 | 0.65 | 0.45 |
| Hex | BB | 4D | 28 | 0 | 3B | 4F | 1B | F | 41 | 2D |
| Octal | 273 | 115 | 50 | 0 | 73 | 117 | 33 | 17 | 101 | 55 |
| Binary | 10111011 | 1001101 | 101000 | 0 | 111011 | 1001111 | 11011 | 1111 | 1000001 | 101101 |
Color Harmonies of #BB4D28
Complementary color
Monochromatic Colors of #BB4D28
Black with #BB4D28
Text Example
Text Example
White with #BB4D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D28; }
p { color: rgb(187,77,40); }
H1.HeaderClassName
{
color: #BB4D28;
}
.AnyTagClassName
{
color: #BB4D28;
}
</style>
background-color css
<style>
a { background-color: #BB4D28; }
a { background-color: rgb(187,77,40); }
div.DivClassName
{
background-color: #BB4D28;
}
.BgClassName
{
background-color: #BB4D28;
}
</style>
border-color css
<style>
span { border-color: #BB4D28; }
span { border-color: rgb(187,77,40); }
td.TdClassName
{
border-color: #BB4D28;
}
.TagClassName
{
border-color: #BB4D28;
}
</style>