Shades of Grenadier #B74D30
Tints of Grenadier #B74D30
RGB
CMYK
RGB Variations
Color information
#B74D30 (or 0xB74D30) is known color: Grenadier. HEX triplet: B7, 4D and 30. RGB value is (183,77,48). Sum of RGB (Red+Green+Blue) = 183+77+48=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74D30 is #48B2CF. Grayscale: #696969. Windows color (decimal): -4764368 or 3165623. OLE color: 3165623.
HSL color Cylindrical-coordinate representation of color #B74D30: hue angle of 12.89º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B74D30 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 48 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.28 |
| HSL | 12.89º | 0.58% | 0.45% | - |
| HSV(B) | 12.89º | 0.74% | 0.72% | - |
| XYZ | 22.72 | 15.59 | 4.61 | - |
| YUV | 105.39 | 95.62 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 48 | 0 | 0.58 | 0.74 | 0.28 | 12.89 | 0.58 | 0.45 |
| Hex | B7 | 4D | 30 | 0 | 3A | 4A | 1C | D | 3A | 2D |
| Octal | 267 | 115 | 60 | 0 | 72 | 112 | 34 | 15 | 72 | 55 |
| Binary | 10110111 | 1001101 | 110000 | 0 | 111010 | 1001010 | 11100 | 1101 | 111010 | 101101 |
Color Harmonies of #B74D30
Complementary color
Monochromatic Colors of #B74D30
Black with #B74D30
Text Example
Text Example
White with #B74D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D30; }
p { color: rgb(183,77,48); }
H1.HeaderClassName
{
color: #B74D30;
}
.AnyTagClassName
{
color: #B74D30;
}
</style>
background-color css
<style>
a { background-color: #B74D30; }
a { background-color: rgb(183,77,48); }
div.DivClassName
{
background-color: #B74D30;
}
.BgClassName
{
background-color: #B74D30;
}
</style>
border-color css
<style>
span { border-color: #B74D30; }
span { border-color: rgb(183,77,48); }
td.TdClassName
{
border-color: #B74D30;
}
.TagClassName
{
border-color: #B74D30;
}
</style>