Shades of Grenadier #B6503C
Tints of Grenadier #B6503C
RGB
CMYK
RGB Variations
Color information
#B6503C (or 0xB6503C) is known color: Grenadier. HEX triplet: B6, 50 and 3C. RGB value is (182,80,60). Sum of RGB (Red+Green+Blue) = 182+80+60=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B6503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6503C is #49AFC3. Grayscale: #6C6C6C. Windows color (decimal): -4829124 or 3952822. OLE color: 3952822.
HSL color Cylindrical-coordinate representation of color #B6503C: hue angle of 9.84º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6503C is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 80 | 60 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.29 |
| HSL | 9.84º | 0.5% | 0.47% | - |
| HSV(B) | 9.84º | 0.67% | 0.71% | - |
| XYZ | 22.98 | 16.01 | 6.15 | - |
| YUV | 108.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 60 | 0 | 0.56 | 0.67 | 0.29 | 9.84 | 0.5 | 0.47 |
| Hex | B6 | 50 | 3C | 0 | 38 | 43 | 1D | A | 32 | 2F |
| Octal | 266 | 120 | 74 | 0 | 70 | 103 | 35 | 12 | 62 | 57 |
| Binary | 10110110 | 1010000 | 111100 | 0 | 111000 | 1000011 | 11101 | 1010 | 110010 | 101111 |
Color Harmonies of #B6503C
Complementary color
Monochromatic Colors of #B6503C
Black with #B6503C
Text Example
Text Example
White with #B6503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6503C; }
p { color: rgb(182,80,60); }
H1.HeaderClassName
{
color: #B6503C;
}
.AnyTagClassName
{
color: #B6503C;
}
</style>
background-color css
<style>
a { background-color: #B6503C; }
a { background-color: rgb(182,80,60); }
div.DivClassName
{
background-color: #B6503C;
}
.BgClassName
{
background-color: #B6503C;
}
</style>
border-color css
<style>
span { border-color: #B6503C; }
span { border-color: rgb(182,80,60); }
td.TdClassName
{
border-color: #B6503C;
}
.TagClassName
{
border-color: #B6503C;
}
</style>