Shades of Trinidad #BD5533
Tints of Trinidad #BD5533
RGB
CMYK
RGB Variations
Color information
#BD5533 (or 0xBD5533) is known color: Trinidad. HEX triplet: BD, 55 and 33. RGB value is (189,85,51). Sum of RGB (Red+Green+Blue) = 189+85+51=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5533 is #42AACC. Grayscale: #707070. Windows color (decimal): -4369101 or 3364285. OLE color: 3364285.
HSL color Cylindrical-coordinate representation of color #BD5533: hue angle of 14.78º 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 #BD5533 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 51 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.26 |
| HSL | 14.78º | 0.58% | 0.47% | - |
| HSV(B) | 14.78º | 0.73% | 0.74% | - |
| XYZ | 24.83 | 17.55 | 5.21 | - |
| YUV | 112.22 | 93.46 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 51 | 0 | 0.55 | 0.73 | 0.26 | 14.78 | 0.58 | 0.47 |
| Hex | BD | 55 | 33 | 0 | 37 | 49 | 1A | F | 3A | 2F |
| Octal | 275 | 125 | 63 | 0 | 67 | 111 | 32 | 17 | 72 | 57 |
| Binary | 10111101 | 1010101 | 110011 | 0 | 110111 | 1001001 | 11010 | 1111 | 111010 | 101111 |
Color Harmonies of #BD5533
Complementary color
Monochromatic Colors of #BD5533
Black with #BD5533
Text Example
Text Example
White with #BD5533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5533; }
p { color: rgb(189,85,51); }
H1.HeaderClassName
{
color: #BD5533;
}
.AnyTagClassName
{
color: #BD5533;
}
</style>
background-color css
<style>
a { background-color: #BD5533; }
a { background-color: rgb(189,85,51); }
div.DivClassName
{
background-color: #BD5533;
}
.BgClassName
{
background-color: #BD5533;
}
</style>
border-color css
<style>
span { border-color: #BD5533; }
span { border-color: rgb(189,85,51); }
td.TdClassName
{
border-color: #BD5533;
}
.TagClassName
{
border-color: #BD5533;
}
</style>