Shades of Trinidad #BB502C
Tints of Trinidad #BB502C
RGB
CMYK
RGB Variations
Color information
#BB502C (or 0xBB502C) is known color: Trinidad. HEX triplet: BB, 50 and 2C. RGB value is (187,80,44). Sum of RGB (Red+Green+Blue) = 187+80+44=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB502C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB502C is #44AFD3. Grayscale: #6C6C6C. Windows color (decimal): -4501460 or 2904251. OLE color: 2904251.
HSL color Cylindrical-coordinate representation of color #BB502C: hue angle of 15.1º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB502C is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 44 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.27 |
| HSL | 15.1º | 0.62% | 0.45% | - |
| HSV(B) | 15.1º | 0.76% | 0.73% | - |
| XYZ | 23.82 | 16.48 | 4.31 | - |
| YUV | 107.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 44 | 0 | 0.57 | 0.76 | 0.27 | 15.1 | 0.62 | 0.45 |
| Hex | BB | 50 | 2C | 0 | 39 | 4C | 1B | F | 3E | 2D |
| Octal | 273 | 120 | 54 | 0 | 71 | 114 | 33 | 17 | 76 | 55 |
| Binary | 10111011 | 1010000 | 101100 | 0 | 111001 | 1001100 | 11011 | 1111 | 111110 | 101101 |
Color Harmonies of #BB502C
Complementary color
Monochromatic Colors of #BB502C
Black with #BB502C
Text Example
Text Example
White with #BB502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB502C; }
p { color: rgb(187,80,44); }
H1.HeaderClassName
{
color: #BB502C;
}
.AnyTagClassName
{
color: #BB502C;
}
</style>
background-color css
<style>
a { background-color: #BB502C; }
a { background-color: rgb(187,80,44); }
div.DivClassName
{
background-color: #BB502C;
}
.BgClassName
{
background-color: #BB502C;
}
</style>
border-color css
<style>
span { border-color: #BB502C; }
span { border-color: rgb(187,80,44); }
td.TdClassName
{
border-color: #BB502C;
}
.TagClassName
{
border-color: #BB502C;
}
</style>