Shades of Grenadier #B74C33
Tints of Grenadier #B74C33
RGB
CMYK
RGB Variations
Color information
#B74C33 (or 0xB74C33) is known color: Grenadier. HEX triplet: B7, 4C and 33. RGB value is (183,76,51). Sum of RGB (Red+Green+Blue) = 183+76+51=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74C33 is #48B3CC. Grayscale: #696969. Windows color (decimal): -4764621 or 3361975. OLE color: 3361975.
HSL color Cylindrical-coordinate representation of color #B74C33: hue angle of 11.36º 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 #B74C33 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 76 | 51 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.28 |
| HSL | 11.36º | 0.56% | 0.46% | - |
| HSV(B) | 11.36º | 0.72% | 0.72% | - |
| XYZ | 22.71 | 15.48 | 4.92 | - |
| YUV | 105.14 | 97.45 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 51 | 0 | 0.58 | 0.72 | 0.28 | 11.36 | 0.56 | 0.46 |
| Hex | B7 | 4C | 33 | 0 | 3A | 48 | 1C | B | 38 | 2E |
| Octal | 267 | 114 | 63 | 0 | 72 | 110 | 34 | 13 | 70 | 56 |
| Binary | 10110111 | 1001100 | 110011 | 0 | 111010 | 1001000 | 11100 | 1011 | 111000 | 101110 |
Color Harmonies of #B74C33
Complementary color
Monochromatic Colors of #B74C33
Black with #B74C33
Text Example
Text Example
White with #B74C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74C33; }
p { color: rgb(183,76,51); }
H1.HeaderClassName
{
color: #B74C33;
}
.AnyTagClassName
{
color: #B74C33;
}
</style>
background-color css
<style>
a { background-color: #B74C33; }
a { background-color: rgb(183,76,51); }
div.DivClassName
{
background-color: #B74C33;
}
.BgClassName
{
background-color: #B74C33;
}
</style>
border-color css
<style>
span { border-color: #B74C33; }
span { border-color: rgb(183,76,51); }
td.TdClassName
{
border-color: #B74C33;
}
.TagClassName
{
border-color: #B74C33;
}
</style>