Shades of Grenadier #B74C32
Tints of Grenadier #B74C32
RGB
CMYK
RGB Variations
Color information
#B74C32 (or 0xB74C32) is known color: Grenadier. HEX triplet: B7, 4C and 32. RGB value is (183,76,50). Sum of RGB (Red+Green+Blue) = 183+76+50=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74C32 is #48B3CD. Grayscale: #696969. Windows color (decimal): -4764622 or 3296439. OLE color: 3296439.
HSL color Cylindrical-coordinate representation of color #B74C32: hue angle of 11.73º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B74C32 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 76 | 50 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.28 |
| HSL | 11.73º | 0.57% | 0.46% | - |
| HSV(B) | 11.73º | 0.73% | 0.72% | - |
| XYZ | 22.69 | 15.47 | 4.81 | - |
| YUV | 105.03 | 96.95 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 50 | 0 | 0.58 | 0.73 | 0.28 | 11.73 | 0.57 | 0.46 |
| Hex | B7 | 4C | 32 | 0 | 3A | 49 | 1C | C | 39 | 2E |
| Octal | 267 | 114 | 62 | 0 | 72 | 111 | 34 | 14 | 71 | 56 |
| Binary | 10110111 | 1001100 | 110010 | 0 | 111010 | 1001001 | 11100 | 1100 | 111001 | 101110 |
Color Harmonies of #B74C32
Complementary color
Monochromatic Colors of #B74C32
Black with #B74C32
Text Example
Text Example
White with #B74C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74C32; }
p { color: rgb(183,76,50); }
H1.HeaderClassName
{
color: #B74C32;
}
.AnyTagClassName
{
color: #B74C32;
}
</style>
background-color css
<style>
a { background-color: #B74C32; }
a { background-color: rgb(183,76,50); }
div.DivClassName
{
background-color: #B74C32;
}
.BgClassName
{
background-color: #B74C32;
}
</style>
border-color css
<style>
span { border-color: #B74C32; }
span { border-color: rgb(183,76,50); }
td.TdClassName
{
border-color: #B74C32;
}
.TagClassName
{
border-color: #B74C32;
}
</style>