Shades of Trinidad #BB502D
Tints of Trinidad #BB502D
RGB
CMYK
RGB Variations
Color information
#BB502D (or 0xBB502D) is known color: Trinidad. HEX triplet: BB, 50 and 2D. RGB value is (187,80,45). Sum of RGB (Red+Green+Blue) = 187+80+45=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB502D is #44AFD2. Grayscale: #6C6C6C. Windows color (decimal): -4501459 or 2969787. OLE color: 2969787.
HSL color Cylindrical-coordinate representation of color #BB502D: hue angle of 14.79º degrees, saturation: 0.61, 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 #BB502D is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 45 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.27 |
| HSL | 14.79º | 0.61% | 0.45% | - |
| HSV(B) | 14.79º | 0.76% | 0.73% | - |
| XYZ | 23.84 | 16.49 | 4.41 | - |
| YUV | 108 | 92.45 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 45 | 0 | 0.57 | 0.76 | 0.27 | 14.79 | 0.61 | 0.45 |
| Hex | BB | 50 | 2D | 0 | 39 | 4C | 1B | F | 3D | 2D |
| Octal | 273 | 120 | 55 | 0 | 71 | 114 | 33 | 17 | 75 | 55 |
| Binary | 10111011 | 1010000 | 101101 | 0 | 111001 | 1001100 | 11011 | 1111 | 111101 | 101101 |
Color Harmonies of #BB502D
Complementary color
Monochromatic Colors of #BB502D
Black with #BB502D
Text Example
Text Example
White with #BB502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB502D; }
p { color: rgb(187,80,45); }
H1.HeaderClassName
{
color: #BB502D;
}
.AnyTagClassName
{
color: #BB502D;
}
</style>
background-color css
<style>
a { background-color: #BB502D; }
a { background-color: rgb(187,80,45); }
div.DivClassName
{
background-color: #BB502D;
}
.BgClassName
{
background-color: #BB502D;
}
</style>
border-color css
<style>
span { border-color: #BB502D; }
span { border-color: rgb(187,80,45); }
td.TdClassName
{
border-color: #BB502D;
}
.TagClassName
{
border-color: #BB502D;
}
</style>