Shades of Trinidad #BC522D
Tints of Trinidad #BC522D
RGB
CMYK
RGB Variations
Color information
#BC522D (or 0xBC522D) is known color: Trinidad. HEX triplet: BC, 52 and 2D. RGB value is (188,82,45). Sum of RGB (Red+Green+Blue) = 188+82+45=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC522D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC522D is #43ADD2. Grayscale: #6D6D6D. Windows color (decimal): -4435411 or 2970300. OLE color: 2970300.
HSL color Cylindrical-coordinate representation of color #BC522D: hue angle of 15.52º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC522D is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 45 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.26 |
| HSL | 15.52º | 0.61% | 0.46% | - |
| HSV(B) | 15.52º | 0.76% | 0.74% | - |
| XYZ | 24.23 | 16.92 | 4.47 | - |
| YUV | 109.48 | 91.62 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 45 | 0 | 0.56 | 0.76 | 0.26 | 15.52 | 0.61 | 0.46 |
| Hex | BC | 52 | 2D | 0 | 38 | 4C | 1A | 10 | 3D | 2E |
| Octal | 274 | 122 | 55 | 0 | 70 | 114 | 32 | 20 | 75 | 56 |
| Binary | 10111100 | 1010010 | 101101 | 0 | 111000 | 1001100 | 11010 | 10000 | 111101 | 101110 |
Color Harmonies of #BC522D
Complementary color
Monochromatic Colors of #BC522D
Black with #BC522D
Text Example
Text Example
White with #BC522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC522D; }
p { color: rgb(188,82,45); }
H1.HeaderClassName
{
color: #BC522D;
}
.AnyTagClassName
{
color: #BC522D;
}
</style>
background-color css
<style>
a { background-color: #BC522D; }
a { background-color: rgb(188,82,45); }
div.DivClassName
{
background-color: #BC522D;
}
.BgClassName
{
background-color: #BC522D;
}
</style>
border-color css
<style>
span { border-color: #BC522D; }
span { border-color: rgb(188,82,45); }
td.TdClassName
{
border-color: #BC522D;
}
.TagClassName
{
border-color: #BC522D;
}
</style>