Shades of Grenadier #BC533D
Tints of Grenadier #BC533D
RGB
CMYK
RGB Variations
Color information
#BC533D (or 0xBC533D) is known color: Grenadier. HEX triplet: BC, 53 and 3D. RGB value is (188,83,61). Sum of RGB (Red+Green+Blue) = 188+83+61=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC533D is #43ACC2. Grayscale: #707070. Windows color (decimal): -4435139 or 4019132. OLE color: 4019132.
HSL color Cylindrical-coordinate representation of color #BC533D: hue angle of 10.39º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC533D is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 61 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.26 |
| HSL | 10.39º | 0.51% | 0.49% | - |
| HSV(B) | 10.39º | 0.68% | 0.74% | - |
| XYZ | 24.67 | 17.21 | 6.44 | - |
| YUV | 111.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 61 | 0 | 0.56 | 0.68 | 0.26 | 10.39 | 0.51 | 0.49 |
| Hex | BC | 53 | 3D | 0 | 38 | 44 | 1A | A | 33 | 31 |
| Octal | 274 | 123 | 75 | 0 | 70 | 104 | 32 | 12 | 63 | 61 |
| Binary | 10111100 | 1010011 | 111101 | 0 | 111000 | 1000100 | 11010 | 1010 | 110011 | 110001 |
Color Harmonies of #BC533D
Complementary color
Monochromatic Colors of #BC533D
Black with #BC533D
Text Example
Text Example
White with #BC533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC533D; }
p { color: rgb(188,83,61); }
H1.HeaderClassName
{
color: #BC533D;
}
.AnyTagClassName
{
color: #BC533D;
}
</style>
background-color css
<style>
a { background-color: #BC533D; }
a { background-color: rgb(188,83,61); }
div.DivClassName
{
background-color: #BC533D;
}
.BgClassName
{
background-color: #BC533D;
}
</style>
border-color css
<style>
span { border-color: #BC533D; }
span { border-color: rgb(188,83,61); }
td.TdClassName
{
border-color: #BC533D;
}
.TagClassName
{
border-color: #BC533D;
}
</style>