Shades of Trinidad #BD4928
Tints of Trinidad #BD4928
RGB
CMYK
RGB Variations
Color information
#BD4928 (or 0xBD4928) is known color: Trinidad. HEX triplet: BD, 49 and 28. RGB value is (189,73,40). Sum of RGB (Red+Green+Blue) = 189+73+40=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4928 is #42B6D7. Grayscale: #686868. Windows color (decimal): -4372184 or 2640317. OLE color: 2640317.
HSL color Cylindrical-coordinate representation of color #BD4928: hue angle of 13.29º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD4928 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 40 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.26 |
| HSL | 13.29º | 0.65% | 0.45% | - |
| HSV(B) | 13.29º | 0.79% | 0.74% | - |
| XYZ | 23.75 | 15.74 | 3.79 | - |
| YUV | 103.92 | 91.93 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 40 | 0 | 0.61 | 0.79 | 0.26 | 13.29 | 0.65 | 0.45 |
| Hex | BD | 49 | 28 | 0 | 3D | 4F | 1A | D | 41 | 2D |
| Octal | 275 | 111 | 50 | 0 | 75 | 117 | 32 | 15 | 101 | 55 |
| Binary | 10111101 | 1001001 | 101000 | 0 | 111101 | 1001111 | 11010 | 1101 | 1000001 | 101101 |
Color Harmonies of #BD4928
Complementary color
Monochromatic Colors of #BD4928
Black with #BD4928
Text Example
Text Example
White with #BD4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4928; }
p { color: rgb(189,73,40); }
H1.HeaderClassName
{
color: #BD4928;
}
.AnyTagClassName
{
color: #BD4928;
}
</style>
background-color css
<style>
a { background-color: #BD4928; }
a { background-color: rgb(189,73,40); }
div.DivClassName
{
background-color: #BD4928;
}
.BgClassName
{
background-color: #BD4928;
}
</style>
border-color css
<style>
span { border-color: #BD4928; }
span { border-color: rgb(189,73,40); }
td.TdClassName
{
border-color: #BD4928;
}
.TagClassName
{
border-color: #BD4928;
}
</style>