Shades of Trinidad #BD4522
Tints of Trinidad #BD4522
RGB
CMYK
RGB Variations
Color information
#BD4522 (or 0xBD4522) is known color: Trinidad. HEX triplet: BD, 45 and 22. RGB value is (189,69,34). Sum of RGB (Red+Green+Blue) = 189+69+34=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4522 is #42BADD. Grayscale: #656565. Windows color (decimal): -4373214 or 2246077. OLE color: 2246077.
HSL color Cylindrical-coordinate representation of color #BD4522: hue angle of 13.55º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD4522 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 34 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.26 |
| HSL | 13.55º | 0.7% | 0.44% | - |
| HSV(B) | 13.55º | 0.82% | 0.74% | - |
| XYZ | 23.4 | 15.19 | 3.21 | - |
| YUV | 100.89 | 90.26 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 34 | 0 | 0.63 | 0.82 | 0.26 | 13.55 | 0.7 | 0.44 |
| Hex | BD | 45 | 22 | 0 | 3F | 52 | 1A | E | 46 | 2C |
| Octal | 275 | 105 | 42 | 0 | 77 | 122 | 32 | 16 | 106 | 54 |
| Binary | 10111101 | 1000101 | 100010 | 0 | 111111 | 1010010 | 11010 | 1110 | 1000110 | 101100 |
Color Harmonies of #BD4522
Complementary color
Monochromatic Colors of #BD4522
Black with #BD4522
Text Example
Text Example
White with #BD4522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4522; }
p { color: rgb(189,69,34); }
H1.HeaderClassName
{
color: #BD4522;
}
.AnyTagClassName
{
color: #BD4522;
}
</style>
background-color css
<style>
a { background-color: #BD4522; }
a { background-color: rgb(189,69,34); }
div.DivClassName
{
background-color: #BD4522;
}
.BgClassName
{
background-color: #BD4522;
}
</style>
border-color css
<style>
span { border-color: #BD4522; }
span { border-color: rgb(189,69,34); }
td.TdClassName
{
border-color: #BD4522;
}
.TagClassName
{
border-color: #BD4522;
}
</style>