Shades of Trinidad #BD4722
Tints of Trinidad #BD4722
RGB
CMYK
RGB Variations
Color information
#BD4722 (or 0xBD4722) is known color: Trinidad. HEX triplet: BD, 47 and 22. RGB value is (189,71,34). Sum of RGB (Red+Green+Blue) = 189+71+34=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4722 is #42B8DD. Grayscale: #666666. Windows color (decimal): -4372702 or 2246589. OLE color: 2246589.
HSL color Cylindrical-coordinate representation of color #BD4722: hue angle of 14.32º 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 #BD4722 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 34 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.26 |
| HSL | 14.32º | 0.7% | 0.44% | - |
| HSV(B) | 14.32º | 0.82% | 0.74% | - |
| XYZ | 23.53 | 15.44 | 3.25 | - |
| YUV | 102.06 | 89.59 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 34 | 0 | 0.62 | 0.82 | 0.26 | 14.32 | 0.7 | 0.44 |
| Hex | BD | 47 | 22 | 0 | 3E | 52 | 1A | E | 46 | 2C |
| Octal | 275 | 107 | 42 | 0 | 76 | 122 | 32 | 16 | 106 | 54 |
| Binary | 10111101 | 1000111 | 100010 | 0 | 111110 | 1010010 | 11010 | 1110 | 1000110 | 101100 |
Color Harmonies of #BD4722
Complementary color
Monochromatic Colors of #BD4722
Black with #BD4722
Text Example
Text Example
White with #BD4722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4722; }
p { color: rgb(189,71,34); }
H1.HeaderClassName
{
color: #BD4722;
}
.AnyTagClassName
{
color: #BD4722;
}
</style>
background-color css
<style>
a { background-color: #BD4722; }
a { background-color: rgb(189,71,34); }
div.DivClassName
{
background-color: #BD4722;
}
.BgClassName
{
background-color: #BD4722;
}
</style>
border-color css
<style>
span { border-color: #BD4722; }
span { border-color: rgb(189,71,34); }
td.TdClassName
{
border-color: #BD4722;
}
.TagClassName
{
border-color: #BD4722;
}
</style>