Shades of Trinidad #BD5534
Tints of Trinidad #BD5534
RGB
CMYK
RGB Variations
Color information
#BD5534 (or 0xBD5534) is known color: Trinidad. HEX triplet: BD, 55 and 34. RGB value is (189,85,52). Sum of RGB (Red+Green+Blue) = 189+85+52=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5534 is #42AACB. Grayscale: #707070. Windows color (decimal): -4369100 or 3429821. OLE color: 3429821.
HSL color Cylindrical-coordinate representation of color #BD5534: hue angle of 14.45º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD5534 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 52 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.26 |
| HSL | 14.45º | 0.57% | 0.47% | - |
| HSV(B) | 14.45º | 0.72% | 0.74% | - |
| XYZ | 24.85 | 17.56 | 5.33 | - |
| YUV | 112.33 | 93.96 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 52 | 0 | 0.55 | 0.72 | 0.26 | 14.45 | 0.57 | 0.47 |
| Hex | BD | 55 | 34 | 0 | 37 | 48 | 1A | E | 39 | 2F |
| Octal | 275 | 125 | 64 | 0 | 67 | 110 | 32 | 16 | 71 | 57 |
| Binary | 10111101 | 1010101 | 110100 | 0 | 110111 | 1001000 | 11010 | 1110 | 111001 | 101111 |
Color Harmonies of #BD5534
Complementary color
Monochromatic Colors of #BD5534
Black with #BD5534
Text Example
Text Example
White with #BD5534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5534; }
p { color: rgb(189,85,52); }
H1.HeaderClassName
{
color: #BD5534;
}
.AnyTagClassName
{
color: #BD5534;
}
</style>
background-color css
<style>
a { background-color: #BD5534; }
a { background-color: rgb(189,85,52); }
div.DivClassName
{
background-color: #BD5534;
}
.BgClassName
{
background-color: #BD5534;
}
</style>
border-color css
<style>
span { border-color: #BD5534; }
span { border-color: rgb(189,85,52); }
td.TdClassName
{
border-color: #BD5534;
}
.TagClassName
{
border-color: #BD5534;
}
</style>