Shades of Grenadier #B74D31
Tints of Grenadier #B74D31
RGB
CMYK
RGB Variations
Color information
#B74D31 (or 0xB74D31) is known color: Grenadier. HEX triplet: B7, 4D and 31. RGB value is (183,77,49). Sum of RGB (Red+Green+Blue) = 183+77+49=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74D31 is #48B2CE. Grayscale: #696969. Windows color (decimal): -4764367 or 3231159. OLE color: 3231159.
HSL color Cylindrical-coordinate representation of color #B74D31: hue angle of 12.54º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B74D31 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 49 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.28 |
| HSL | 12.54º | 0.58% | 0.45% | - |
| HSV(B) | 12.54º | 0.73% | 0.72% | - |
| XYZ | 22.74 | 15.6 | 4.72 | - |
| YUV | 105.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 49 | 0 | 0.58 | 0.73 | 0.28 | 12.54 | 0.58 | 0.45 |
| Hex | B7 | 4D | 31 | 0 | 3A | 49 | 1C | D | 3A | 2D |
| Octal | 267 | 115 | 61 | 0 | 72 | 111 | 34 | 15 | 72 | 55 |
| Binary | 10110111 | 1001101 | 110001 | 0 | 111010 | 1001001 | 11100 | 1101 | 111010 | 101101 |
Color Harmonies of #B74D31
Complementary color
Monochromatic Colors of #B74D31
Black with #B74D31
Text Example
Text Example
White with #B74D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D31; }
p { color: rgb(183,77,49); }
H1.HeaderClassName
{
color: #B74D31;
}
.AnyTagClassName
{
color: #B74D31;
}
</style>
background-color css
<style>
a { background-color: #B74D31; }
a { background-color: rgb(183,77,49); }
div.DivClassName
{
background-color: #B74D31;
}
.BgClassName
{
background-color: #B74D31;
}
</style>
border-color css
<style>
span { border-color: #B74D31; }
span { border-color: rgb(183,77,49); }
td.TdClassName
{
border-color: #B74D31;
}
.TagClassName
{
border-color: #B74D31;
}
</style>