Shades of Trinidad #BD5433
Tints of Trinidad #BD5433
RGB
CMYK
RGB Variations
Color information
#BD5433 (or 0xBD5433) is known color: Trinidad. HEX triplet: BD, 54 and 33. RGB value is (189,84,51). Sum of RGB (Red+Green+Blue) = 189+84+51=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5433 is #42ABCC. Grayscale: #6F6F6F. Windows color (decimal): -4369357 or 3364029. OLE color: 3364029.
HSL color Cylindrical-coordinate representation of color #BD5433: hue angle of 14.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD5433 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 51 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.26 |
| HSL | 14.35º | 0.58% | 0.47% | - |
| HSV(B) | 14.35º | 0.73% | 0.74% | - |
| XYZ | 24.75 | 17.4 | 5.19 | - |
| YUV | 111.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 51 | 0 | 0.56 | 0.73 | 0.26 | 14.35 | 0.58 | 0.47 |
| Hex | BD | 54 | 33 | 0 | 38 | 49 | 1A | E | 3A | 2F |
| Octal | 275 | 124 | 63 | 0 | 70 | 111 | 32 | 16 | 72 | 57 |
| Binary | 10111101 | 1010100 | 110011 | 0 | 111000 | 1001001 | 11010 | 1110 | 111010 | 101111 |
Color Harmonies of #BD5433
Complementary color
Monochromatic Colors of #BD5433
Black with #BD5433
Text Example
Text Example
White with #BD5433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5433; }
p { color: rgb(189,84,51); }
H1.HeaderClassName
{
color: #BD5433;
}
.AnyTagClassName
{
color: #BD5433;
}
</style>
background-color css
<style>
a { background-color: #BD5433; }
a { background-color: rgb(189,84,51); }
div.DivClassName
{
background-color: #BD5433;
}
.BgClassName
{
background-color: #BD5433;
}
</style>
border-color css
<style>
span { border-color: #BD5433; }
span { border-color: rgb(189,84,51); }
td.TdClassName
{
border-color: #BD5433;
}
.TagClassName
{
border-color: #BD5433;
}
</style>