Shades of Grenadier #B74D33
Tints of Grenadier #B74D33
RGB
CMYK
RGB Variations
Color information
#B74D33 (or 0xB74D33) is known color: Grenadier. HEX triplet: B7, 4D and 33. RGB value is (183,77,51). Sum of RGB (Red+Green+Blue) = 183+77+51=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74D33 is #48B2CC. Grayscale: #696969. Windows color (decimal): -4764365 or 3362231. OLE color: 3362231.
HSL color Cylindrical-coordinate representation of color #B74D33: hue angle of 11.82º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B74D33 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 51 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.28 |
| HSL | 11.82º | 0.56% | 0.46% | - |
| HSV(B) | 11.82º | 0.72% | 0.72% | - |
| XYZ | 22.78 | 15.61 | 4.95 | - |
| YUV | 105.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 51 | 0 | 0.58 | 0.72 | 0.28 | 11.82 | 0.56 | 0.46 |
| Hex | B7 | 4D | 33 | 0 | 3A | 48 | 1C | C | 38 | 2E |
| Octal | 267 | 115 | 63 | 0 | 72 | 110 | 34 | 14 | 70 | 56 |
| Binary | 10110111 | 1001101 | 110011 | 0 | 111010 | 1001000 | 11100 | 1100 | 111000 | 101110 |
Color Harmonies of #B74D33
Complementary color
Monochromatic Colors of #B74D33
Black with #B74D33
Text Example
Text Example
White with #B74D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D33; }
p { color: rgb(183,77,51); }
H1.HeaderClassName
{
color: #B74D33;
}
.AnyTagClassName
{
color: #B74D33;
}
</style>
background-color css
<style>
a { background-color: #B74D33; }
a { background-color: rgb(183,77,51); }
div.DivClassName
{
background-color: #B74D33;
}
.BgClassName
{
background-color: #B74D33;
}
</style>
border-color css
<style>
span { border-color: #B74D33; }
span { border-color: rgb(183,77,51); }
td.TdClassName
{
border-color: #B74D33;
}
.TagClassName
{
border-color: #B74D33;
}
</style>