Shades of Grenadier #BB543D
Tints of Grenadier #BB543D
RGB
CMYK
RGB Variations
Color information
#BB543D (or 0xBB543D) is known color: Grenadier. HEX triplet: BB, 54 and 3D. RGB value is (187,84,61). Sum of RGB (Red+Green+Blue) = 187+84+61=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB543D is #44ABC2. Grayscale: #707070. Windows color (decimal): -4500419 or 4019387. OLE color: 4019387.
HSL color Cylindrical-coordinate representation of color #BB543D: hue angle of 10.95º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB543D is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 84 | 61 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.27 |
| HSL | 10.95º | 0.51% | 0.49% | - |
| HSV(B) | 10.95º | 0.67% | 0.73% | - |
| XYZ | 24.51 | 17.24 | 6.45 | - |
| YUV | 112.18 | 99.12 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 61 | 0 | 0.55 | 0.67 | 0.27 | 10.95 | 0.51 | 0.49 |
| Hex | BB | 54 | 3D | 0 | 37 | 43 | 1B | B | 33 | 31 |
| Octal | 273 | 124 | 75 | 0 | 67 | 103 | 33 | 13 | 63 | 61 |
| Binary | 10111011 | 1010100 | 111101 | 0 | 110111 | 1000011 | 11011 | 1011 | 110011 | 110001 |
Color Harmonies of #BB543D
Complementary color
Monochromatic Colors of #BB543D
Black with #BB543D
Text Example
Text Example
White with #BB543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB543D; }
p { color: rgb(187,84,61); }
H1.HeaderClassName
{
color: #BB543D;
}
.AnyTagClassName
{
color: #BB543D;
}
</style>
background-color css
<style>
a { background-color: #BB543D; }
a { background-color: rgb(187,84,61); }
div.DivClassName
{
background-color: #BB543D;
}
.BgClassName
{
background-color: #BB543D;
}
</style>
border-color css
<style>
span { border-color: #BB543D; }
span { border-color: rgb(187,84,61); }
td.TdClassName
{
border-color: #BB543D;
}
.TagClassName
{
border-color: #BB543D;
}
</style>