Shades of Trinidad #BB502A
Tints of Trinidad #BB502A
RGB
CMYK
RGB Variations
Color information
#BB502A (or 0xBB502A) is known color: Trinidad. HEX triplet: BB, 50 and 2A. RGB value is (187,80,42). Sum of RGB (Red+Green+Blue) = 187+80+42=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB502A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB502A is #44AFD5. Grayscale: #6B6B6B. Windows color (decimal): -4501462 or 2773179. OLE color: 2773179.
HSL color Cylindrical-coordinate representation of color #BB502A: hue angle of 15.72º degrees, saturation: 0.63, 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 #BB502A is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 42 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.27 |
| HSL | 15.72º | 0.63% | 0.45% | - |
| HSV(B) | 15.72º | 0.78% | 0.73% | - |
| XYZ | 23.78 | 16.47 | 4.12 | - |
| YUV | 107.66 | 90.95 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 42 | 0 | 0.57 | 0.78 | 0.27 | 15.72 | 0.63 | 0.45 |
| Hex | BB | 50 | 2A | 0 | 39 | 4E | 1B | 10 | 3F | 2D |
| Octal | 273 | 120 | 52 | 0 | 71 | 116 | 33 | 20 | 77 | 55 |
| Binary | 10111011 | 1010000 | 101010 | 0 | 111001 | 1001110 | 11011 | 10000 | 111111 | 101101 |
Color Harmonies of #BB502A
Complementary color
Monochromatic Colors of #BB502A
Black with #BB502A
Text Example
Text Example
White with #BB502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB502A; }
p { color: rgb(187,80,42); }
H1.HeaderClassName
{
color: #BB502A;
}
.AnyTagClassName
{
color: #BB502A;
}
</style>
background-color css
<style>
a { background-color: #BB502A; }
a { background-color: rgb(187,80,42); }
div.DivClassName
{
background-color: #BB502A;
}
.BgClassName
{
background-color: #BB502A;
}
</style>
border-color css
<style>
span { border-color: #BB502A; }
span { border-color: rgb(187,80,42); }
td.TdClassName
{
border-color: #BB502A;
}
.TagClassName
{
border-color: #BB502A;
}
</style>