Shades of Trinidad #BD4E23
Tints of Trinidad #BD4E23
RGB
CMYK
RGB Variations
Color information
#BD4E23 (or 0xBD4E23) is known color: Trinidad. HEX triplet: BD, 4E and 23. RGB value is (189,78,35). Sum of RGB (Red+Green+Blue) = 189+78+35=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4E23 is #42B1DC. Grayscale: #6A6A6A. Windows color (decimal): -4370909 or 2313917. OLE color: 2313917.
HSL color Cylindrical-coordinate representation of color #BD4E23: hue angle of 16.75º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD4E23 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 35 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.26 |
| HSL | 16.75º | 0.69% | 0.44% | - |
| HSV(B) | 16.75º | 0.81% | 0.74% | - |
| XYZ | 24.01 | 16.39 | 3.49 | - |
| YUV | 106.29 | 87.77 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 35 | 0 | 0.59 | 0.81 | 0.26 | 16.75 | 0.69 | 0.44 |
| Hex | BD | 4E | 23 | 0 | 3B | 51 | 1A | 11 | 45 | 2C |
| Octal | 275 | 116 | 43 | 0 | 73 | 121 | 32 | 21 | 105 | 54 |
| Binary | 10111101 | 1001110 | 100011 | 0 | 111011 | 1010001 | 11010 | 10001 | 1000101 | 101100 |
Color Harmonies of #BD4E23
Complementary color
Monochromatic Colors of #BD4E23
Black with #BD4E23
Text Example
Text Example
White with #BD4E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4E23; }
p { color: rgb(189,78,35); }
H1.HeaderClassName
{
color: #BD4E23;
}
.AnyTagClassName
{
color: #BD4E23;
}
</style>
background-color css
<style>
a { background-color: #BD4E23; }
a { background-color: rgb(189,78,35); }
div.DivClassName
{
background-color: #BD4E23;
}
.BgClassName
{
background-color: #BD4E23;
}
</style>
border-color css
<style>
span { border-color: #BD4E23; }
span { border-color: rgb(189,78,35); }
td.TdClassName
{
border-color: #BD4E23;
}
.TagClassName
{
border-color: #BD4E23;
}
</style>