Shades of Trinidad #BD5430
Tints of Trinidad #BD5430
RGB
CMYK
RGB Variations
Color information
#BD5430 (or 0xBD5430) is known color: Trinidad. HEX triplet: BD, 54 and 30. RGB value is (189,84,48). Sum of RGB (Red+Green+Blue) = 189+84+48=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5430 is #42ABCF. Grayscale: #6F6F6F. Windows color (decimal): -4369360 or 3167421. OLE color: 3167421.
HSL color Cylindrical-coordinate representation of color #BD5430: hue angle of 15.32º degrees, saturation: 0.59, 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 #BD5430 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 48 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.26 |
| HSL | 15.32º | 0.59% | 0.46% | - |
| HSV(B) | 15.32º | 0.75% | 0.74% | - |
| XYZ | 24.69 | 17.37 | 4.85 | - |
| YUV | 111.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 48 | 0 | 0.56 | 0.75 | 0.26 | 15.32 | 0.59 | 0.46 |
| Hex | BD | 54 | 30 | 0 | 38 | 4B | 1A | F | 3B | 2E |
| Octal | 275 | 124 | 60 | 0 | 70 | 113 | 32 | 17 | 73 | 56 |
| Binary | 10111101 | 1010100 | 110000 | 0 | 111000 | 1001011 | 11010 | 1111 | 111011 | 101110 |
Color Harmonies of #BD5430
Complementary color
Monochromatic Colors of #BD5430
Black with #BD5430
Text Example
Text Example
White with #BD5430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5430; }
p { color: rgb(189,84,48); }
H1.HeaderClassName
{
color: #BD5430;
}
.AnyTagClassName
{
color: #BD5430;
}
</style>
background-color css
<style>
a { background-color: #BD5430; }
a { background-color: rgb(189,84,48); }
div.DivClassName
{
background-color: #BD5430;
}
.BgClassName
{
background-color: #BD5430;
}
</style>
border-color css
<style>
span { border-color: #BD5430; }
span { border-color: rgb(189,84,48); }
td.TdClassName
{
border-color: #BD5430;
}
.TagClassName
{
border-color: #BD5430;
}
</style>