Shades of Trinidad #BD5126
Tints of Trinidad #BD5126
RGB
CMYK
RGB Variations
Color information
#BD5126 (or 0xBD5126) is known color: Trinidad. HEX triplet: BD, 51 and 26. RGB value is (189,81,38). Sum of RGB (Red+Green+Blue) = 189+81+38=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5126 is #42AED9. Grayscale: #6C6C6C. Windows color (decimal): -4370138 or 2511293. OLE color: 2511293.
HSL color Cylindrical-coordinate representation of color #BD5126: hue angle of 17.09º 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 #BD5126 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 38 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.26 |
| HSL | 17.09º | 0.67% | 0.45% | - |
| HSV(B) | 17.09º | 0.8% | 0.74% | - |
| XYZ | 24.28 | 16.84 | 3.81 | - |
| YUV | 108.39 | 88.28 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 38 | 0 | 0.57 | 0.80 | 0.26 | 17.09 | 0.67 | 0.45 |
| Hex | BD | 51 | 26 | 0 | 39 | 50 | 1A | 11 | 43 | 2D |
| Octal | 275 | 121 | 46 | 0 | 71 | 120 | 32 | 21 | 103 | 55 |
| Binary | 10111101 | 1010001 | 100110 | 0 | 111001 | 1010000 | 11010 | 10001 | 1000011 | 101101 |
Color Harmonies of #BD5126
Complementary color
Monochromatic Colors of #BD5126
Black with #BD5126
Text Example
Text Example
White with #BD5126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5126; }
p { color: rgb(189,81,38); }
H1.HeaderClassName
{
color: #BD5126;
}
.AnyTagClassName
{
color: #BD5126;
}
</style>
background-color css
<style>
a { background-color: #BD5126; }
a { background-color: rgb(189,81,38); }
div.DivClassName
{
background-color: #BD5126;
}
.BgClassName
{
background-color: #BD5126;
}
</style>
border-color css
<style>
span { border-color: #BD5126; }
span { border-color: rgb(189,81,38); }
td.TdClassName
{
border-color: #BD5126;
}
.TagClassName
{
border-color: #BD5126;
}
</style>