Shades of Trinidad #BD502F
Tints of Trinidad #BD502F
RGB
CMYK
RGB Variations
Color information
#BD502F (or 0xBD502F) is known color: Trinidad. HEX triplet: BD, 50 and 2F. RGB value is (189,80,47). Sum of RGB (Red+Green+Blue) = 189+80+47=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD502F is #42AFD0. Grayscale: #6D6D6D. Windows color (decimal): -4370385 or 3100861. OLE color: 3100861.
HSL color Cylindrical-coordinate representation of color #BD502F: hue angle of 13.94º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD502F is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 47 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.26 |
| HSL | 13.94º | 0.6% | 0.46% | - |
| HSV(B) | 13.94º | 0.75% | 0.74% | - |
| XYZ | 24.37 | 16.76 | 4.64 | - |
| YUV | 108.83 | 93.11 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 47 | 0 | 0.58 | 0.75 | 0.26 | 13.94 | 0.6 | 0.46 |
| Hex | BD | 50 | 2F | 0 | 3A | 4B | 1A | E | 3C | 2E |
| Octal | 275 | 120 | 57 | 0 | 72 | 113 | 32 | 16 | 74 | 56 |
| Binary | 10111101 | 1010000 | 101111 | 0 | 111010 | 1001011 | 11010 | 1110 | 111100 | 101110 |
Color Harmonies of #BD502F
Complementary color
Monochromatic Colors of #BD502F
Black with #BD502F
Text Example
Text Example
White with #BD502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD502F; }
p { color: rgb(189,80,47); }
H1.HeaderClassName
{
color: #BD502F;
}
.AnyTagClassName
{
color: #BD502F;
}
</style>
background-color css
<style>
a { background-color: #BD502F; }
a { background-color: rgb(189,80,47); }
div.DivClassName
{
background-color: #BD502F;
}
.BgClassName
{
background-color: #BD502F;
}
</style>
border-color css
<style>
span { border-color: #BD502F; }
span { border-color: rgb(189,80,47); }
td.TdClassName
{
border-color: #BD502F;
}
.TagClassName
{
border-color: #BD502F;
}
</style>