Shades of Trinidad #BC522F
Tints of Trinidad #BC522F
RGB
CMYK
RGB Variations
Color information
#BC522F (or 0xBC522F) is known color: Trinidad. HEX triplet: BC, 52 and 2F. RGB value is (188,82,47). Sum of RGB (Red+Green+Blue) = 188+82+47=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC522F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC522F is #43ADD0. Grayscale: #6D6D6D. Windows color (decimal): -4435409 or 3101372. OLE color: 3101372.
HSL color Cylindrical-coordinate representation of color #BC522F: hue angle of 14.89º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC522F is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 47 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.26 |
| HSL | 14.89º | 0.6% | 0.46% | - |
| HSV(B) | 14.89º | 0.75% | 0.74% | - |
| XYZ | 24.27 | 16.93 | 4.68 | - |
| YUV | 109.7 | 92.62 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 47 | 0 | 0.56 | 0.75 | 0.26 | 14.89 | 0.6 | 0.46 |
| Hex | BC | 52 | 2F | 0 | 38 | 4B | 1A | F | 3C | 2E |
| Octal | 274 | 122 | 57 | 0 | 70 | 113 | 32 | 17 | 74 | 56 |
| Binary | 10111100 | 1010010 | 101111 | 0 | 111000 | 1001011 | 11010 | 1111 | 111100 | 101110 |
Color Harmonies of #BC522F
Complementary color
Monochromatic Colors of #BC522F
Black with #BC522F
Text Example
Text Example
White with #BC522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC522F; }
p { color: rgb(188,82,47); }
H1.HeaderClassName
{
color: #BC522F;
}
.AnyTagClassName
{
color: #BC522F;
}
</style>
background-color css
<style>
a { background-color: #BC522F; }
a { background-color: rgb(188,82,47); }
div.DivClassName
{
background-color: #BC522F;
}
.BgClassName
{
background-color: #BC522F;
}
</style>
border-color css
<style>
span { border-color: #BC522F; }
span { border-color: rgb(188,82,47); }
td.TdClassName
{
border-color: #BC522F;
}
.TagClassName
{
border-color: #BC522F;
}
</style>