Shades of Trinidad #BD502E
Tints of Trinidad #BD502E
RGB
CMYK
RGB Variations
Color information
#BD502E (or 0xBD502E) is known color: Trinidad. HEX triplet: BD, 50 and 2E. RGB value is (189,80,46). Sum of RGB (Red+Green+Blue) = 189+80+46=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD502E is #42AFD1. Grayscale: #6C6C6C. Windows color (decimal): -4370386 or 3035325. OLE color: 3035325.
HSL color Cylindrical-coordinate representation of color #BD502E: hue angle of 14.27º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD502E is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 46 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.26 |
| HSL | 14.27º | 0.61% | 0.46% | - |
| HSV(B) | 14.27º | 0.76% | 0.74% | - |
| XYZ | 24.35 | 16.75 | 4.54 | - |
| YUV | 108.72 | 92.61 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 46 | 0 | 0.58 | 0.76 | 0.26 | 14.27 | 0.61 | 0.46 |
| Hex | BD | 50 | 2E | 0 | 3A | 4C | 1A | E | 3D | 2E |
| Octal | 275 | 120 | 56 | 0 | 72 | 114 | 32 | 16 | 75 | 56 |
| Binary | 10111101 | 1010000 | 101110 | 0 | 111010 | 1001100 | 11010 | 1110 | 111101 | 101110 |
Color Harmonies of #BD502E
Complementary color
Monochromatic Colors of #BD502E
Black with #BD502E
Text Example
Text Example
White with #BD502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD502E; }
p { color: rgb(189,80,46); }
H1.HeaderClassName
{
color: #BD502E;
}
.AnyTagClassName
{
color: #BD502E;
}
</style>
background-color css
<style>
a { background-color: #BD502E; }
a { background-color: rgb(189,80,46); }
div.DivClassName
{
background-color: #BD502E;
}
.BgClassName
{
background-color: #BD502E;
}
</style>
border-color css
<style>
span { border-color: #BD502E; }
span { border-color: rgb(189,80,46); }
td.TdClassName
{
border-color: #BD502E;
}
.TagClassName
{
border-color: #BD502E;
}
</style>