Shades of Trinidad #BD4D25
Tints of Trinidad #BD4D25
RGB
CMYK
RGB Variations
Color information
#BD4D25 (or 0xBD4D25) is known color: Trinidad. HEX triplet: BD, 4D and 25. RGB value is (189,77,37). Sum of RGB (Red+Green+Blue) = 189+77+37=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4D25 is #42B2DA. Grayscale: #6A6A6A. Windows color (decimal): -4371163 or 2444733. OLE color: 2444733.
HSL color Cylindrical-coordinate representation of color #BD4D25: hue angle of 15.79º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD4D25 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 37 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.26 |
| HSL | 15.79º | 0.67% | 0.44% | - |
| HSV(B) | 15.79º | 0.8% | 0.74% | - |
| XYZ | 23.97 | 16.26 | 3.63 | - |
| YUV | 105.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 37 | 0 | 0.59 | 0.80 | 0.26 | 15.79 | 0.67 | 0.44 |
| Hex | BD | 4D | 25 | 0 | 3B | 50 | 1A | 10 | 43 | 2C |
| Octal | 275 | 115 | 45 | 0 | 73 | 120 | 32 | 20 | 103 | 54 |
| Binary | 10111101 | 1001101 | 100101 | 0 | 111011 | 1010000 | 11010 | 10000 | 1000011 | 101100 |
Color Harmonies of #BD4D25
Complementary color
Monochromatic Colors of #BD4D25
Black with #BD4D25
Text Example
Text Example
White with #BD4D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D25; }
p { color: rgb(189,77,37); }
H1.HeaderClassName
{
color: #BD4D25;
}
.AnyTagClassName
{
color: #BD4D25;
}
</style>
background-color css
<style>
a { background-color: #BD4D25; }
a { background-color: rgb(189,77,37); }
div.DivClassName
{
background-color: #BD4D25;
}
.BgClassName
{
background-color: #BD4D25;
}
</style>
border-color css
<style>
span { border-color: #BD4D25; }
span { border-color: rgb(189,77,37); }
td.TdClassName
{
border-color: #BD4D25;
}
.TagClassName
{
border-color: #BD4D25;
}
</style>