Shades of Trinidad #BD4622
Tints of Trinidad #BD4622
RGB
CMYK
RGB Variations
Color information
#BD4622 (or 0xBD4622) is known color: Trinidad. HEX triplet: BD, 46 and 22. RGB value is (189,70,34). Sum of RGB (Red+Green+Blue) = 189+70+34=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4622 is #42B9DD. Grayscale: #656565. Windows color (decimal): -4372958 or 2246333. OLE color: 2246333.
HSL color Cylindrical-coordinate representation of color #BD4622: hue angle of 13.94º 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 #BD4622 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 34 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.26 |
| HSL | 13.94º | 0.7% | 0.44% | - |
| HSV(B) | 13.94º | 0.82% | 0.74% | - |
| XYZ | 23.47 | 15.31 | 3.23 | - |
| YUV | 101.48 | 89.92 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 34 | 0 | 0.63 | 0.82 | 0.26 | 13.94 | 0.7 | 0.44 |
| Hex | BD | 46 | 22 | 0 | 3F | 52 | 1A | E | 46 | 2C |
| Octal | 275 | 106 | 42 | 0 | 77 | 122 | 32 | 16 | 106 | 54 |
| Binary | 10111101 | 1000110 | 100010 | 0 | 111111 | 1010010 | 11010 | 1110 | 1000110 | 101100 |
Color Harmonies of #BD4622
Complementary color
Monochromatic Colors of #BD4622
Black with #BD4622
Text Example
Text Example
White with #BD4622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4622; }
p { color: rgb(189,70,34); }
H1.HeaderClassName
{
color: #BD4622;
}
.AnyTagClassName
{
color: #BD4622;
}
</style>
background-color css
<style>
a { background-color: #BD4622; }
a { background-color: rgb(189,70,34); }
div.DivClassName
{
background-color: #BD4622;
}
.BgClassName
{
background-color: #BD4622;
}
</style>
border-color css
<style>
span { border-color: #BD4622; }
span { border-color: rgb(189,70,34); }
td.TdClassName
{
border-color: #BD4622;
}
.TagClassName
{
border-color: #BD4622;
}
</style>