Shades of Trinidad #BD4726
Tints of Trinidad #BD4726
RGB
CMYK
RGB Variations
Color information
#BD4726 (or 0xBD4726) is known color: Trinidad. HEX triplet: BD, 47 and 26. RGB value is (189,71,38). Sum of RGB (Red+Green+Blue) = 189+71+38=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4726 is #42B8D9. Grayscale: #666666. Windows color (decimal): -4372698 or 2508733. OLE color: 2508733.
HSL color Cylindrical-coordinate representation of color #BD4726: hue angle of 13.11º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD4726 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 38 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.26 |
| HSL | 13.11º | 0.67% | 0.45% | - |
| HSV(B) | 13.11º | 0.8% | 0.74% | - |
| XYZ | 23.59 | 15.47 | 3.58 | - |
| YUV | 102.52 | 91.59 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 38 | 0 | 0.62 | 0.80 | 0.26 | 13.11 | 0.67 | 0.45 |
| Hex | BD | 47 | 26 | 0 | 3E | 50 | 1A | D | 43 | 2D |
| Octal | 275 | 107 | 46 | 0 | 76 | 120 | 32 | 15 | 103 | 55 |
| Binary | 10111101 | 1000111 | 100110 | 0 | 111110 | 1010000 | 11010 | 1101 | 1000011 | 101101 |
Color Harmonies of #BD4726
Complementary color
Monochromatic Colors of #BD4726
Black with #BD4726
Text Example
Text Example
White with #BD4726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4726; }
p { color: rgb(189,71,38); }
H1.HeaderClassName
{
color: #BD4726;
}
.AnyTagClassName
{
color: #BD4726;
}
</style>
background-color css
<style>
a { background-color: #BD4726; }
a { background-color: rgb(189,71,38); }
div.DivClassName
{
background-color: #BD4726;
}
.BgClassName
{
background-color: #BD4726;
}
</style>
border-color css
<style>
span { border-color: #BD4726; }
span { border-color: rgb(189,71,38); }
td.TdClassName
{
border-color: #BD4726;
}
.TagClassName
{
border-color: #BD4726;
}
</style>