Shades of Trinidad #BD5231
Tints of Trinidad #BD5231
RGB
CMYK
RGB Variations
Color information
#BD5231 (or 0xBD5231) is known color: Trinidad. HEX triplet: BD, 52 and 31. RGB value is (189,82,49). Sum of RGB (Red+Green+Blue) = 189+82+49=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5231 is #42ADCE. Grayscale: #6E6E6E. Windows color (decimal): -4369871 or 3232445. OLE color: 3232445.
HSL color Cylindrical-coordinate representation of color #BD5231: hue angle of 14.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD5231 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 49 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.26 |
| HSL | 14.14º | 0.59% | 0.47% | - |
| HSV(B) | 14.14º | 0.74% | 0.74% | - |
| XYZ | 24.56 | 17.08 | 4.91 | - |
| YUV | 110.23 | 93.45 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 49 | 0 | 0.57 | 0.74 | 0.26 | 14.14 | 0.59 | 0.47 |
| Hex | BD | 52 | 31 | 0 | 39 | 4A | 1A | E | 3B | 2F |
| Octal | 275 | 122 | 61 | 0 | 71 | 112 | 32 | 16 | 73 | 57 |
| Binary | 10111101 | 1010010 | 110001 | 0 | 111001 | 1001010 | 11010 | 1110 | 111011 | 101111 |
Color Harmonies of #BD5231
Complementary color
Monochromatic Colors of #BD5231
Black with #BD5231
Text Example
Text Example
White with #BD5231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5231; }
p { color: rgb(189,82,49); }
H1.HeaderClassName
{
color: #BD5231;
}
.AnyTagClassName
{
color: #BD5231;
}
</style>
background-color css
<style>
a { background-color: #BD5231; }
a { background-color: rgb(189,82,49); }
div.DivClassName
{
background-color: #BD5231;
}
.BgClassName
{
background-color: #BD5231;
}
</style>
border-color css
<style>
span { border-color: #BD5231; }
span { border-color: rgb(189,82,49); }
td.TdClassName
{
border-color: #BD5231;
}
.TagClassName
{
border-color: #BD5231;
}
</style>