Shades of Trinidad #BD5532
Tints of Trinidad #BD5532
RGB
CMYK
RGB Variations
Color information
#BD5532 (or 0xBD5532) is known color: Trinidad. HEX triplet: BD, 55 and 32. RGB value is (189,85,50). Sum of RGB (Red+Green+Blue) = 189+85+50=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5532 is #42AACD. Grayscale: #707070. Windows color (decimal): -4369102 or 3298749. OLE color: 3298749.
HSL color Cylindrical-coordinate representation of color #BD5532: hue angle of 15.11º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD5532 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 50 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.26 |
| HSL | 15.11º | 0.58% | 0.47% | - |
| HSV(B) | 15.11º | 0.74% | 0.74% | - |
| XYZ | 24.81 | 17.55 | 5.1 | - |
| YUV | 112.11 | 92.96 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 50 | 0 | 0.55 | 0.74 | 0.26 | 15.11 | 0.58 | 0.47 |
| Hex | BD | 55 | 32 | 0 | 37 | 4A | 1A | F | 3A | 2F |
| Octal | 275 | 125 | 62 | 0 | 67 | 112 | 32 | 17 | 72 | 57 |
| Binary | 10111101 | 1010101 | 110010 | 0 | 110111 | 1001010 | 11010 | 1111 | 111010 | 101111 |
Color Harmonies of #BD5532
Complementary color
Monochromatic Colors of #BD5532
Black with #BD5532
Text Example
Text Example
White with #BD5532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5532; }
p { color: rgb(189,85,50); }
H1.HeaderClassName
{
color: #BD5532;
}
.AnyTagClassName
{
color: #BD5532;
}
</style>
background-color css
<style>
a { background-color: #BD5532; }
a { background-color: rgb(189,85,50); }
div.DivClassName
{
background-color: #BD5532;
}
.BgClassName
{
background-color: #BD5532;
}
</style>
border-color css
<style>
span { border-color: #BD5532; }
span { border-color: rgb(189,85,50); }
td.TdClassName
{
border-color: #BD5532;
}
.TagClassName
{
border-color: #BD5532;
}
</style>