Shades of Grenadier #B7553A
Tints of Grenadier #B7553A
RGB
CMYK
RGB Variations
Color information
#B7553A (or 0xB7553A) is known color: Grenadier. HEX triplet: B7, 55 and 3A. RGB value is (183,85,58). Sum of RGB (Red+Green+Blue) = 183+85+58=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7553A is #48AAC5. Grayscale: #6F6F6F. Windows color (decimal): -4762310 or 3823031. OLE color: 3823031.
HSL color Cylindrical-coordinate representation of color #B7553A: hue angle of 12.96º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7553A is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 85 | 58 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.28 |
| HSL | 12.96º | 0.52% | 0.47% | - |
| HSV(B) | 12.96º | 0.68% | 0.72% | - |
| XYZ | 23.54 | 16.87 | 6.02 | - |
| YUV | 111.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 58 | 0 | 0.54 | 0.68 | 0.28 | 12.96 | 0.52 | 0.47 |
| Hex | B7 | 55 | 3A | 0 | 36 | 44 | 1C | D | 34 | 2F |
| Octal | 267 | 125 | 72 | 0 | 66 | 104 | 34 | 15 | 64 | 57 |
| Binary | 10110111 | 1010101 | 111010 | 0 | 110110 | 1000100 | 11100 | 1101 | 110100 | 101111 |
Color Harmonies of #B7553A
Complementary color
Monochromatic Colors of #B7553A
Black with #B7553A
Text Example
Text Example
White with #B7553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7553A; }
p { color: rgb(183,85,58); }
H1.HeaderClassName
{
color: #B7553A;
}
.AnyTagClassName
{
color: #B7553A;
}
</style>
background-color css
<style>
a { background-color: #B7553A; }
a { background-color: rgb(183,85,58); }
div.DivClassName
{
background-color: #B7553A;
}
.BgClassName
{
background-color: #B7553A;
}
</style>
border-color css
<style>
span { border-color: #B7553A; }
span { border-color: rgb(183,85,58); }
td.TdClassName
{
border-color: #B7553A;
}
.TagClassName
{
border-color: #B7553A;
}
</style>