Shades of Grenadier #B74B3C
Tints of Grenadier #B74B3C
RGB
CMYK
RGB Variations
Color information
#B74B3C (or 0xB74B3C) is known color: Grenadier. HEX triplet: B7, 4B and 3C. RGB value is (183,75,60). Sum of RGB (Red+Green+Blue) = 183+75+60=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B3C is #48B4C3. Grayscale: #696969. Windows color (decimal): -4764868 or 3951543. OLE color: 3951543.
HSL color Cylindrical-coordinate representation of color #B74B3C: hue angle of 7.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B74B3C is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 60 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.28 |
| HSL | 7.32º | 0.51% | 0.48% | - |
| HSV(B) | 7.32º | 0.67% | 0.72% | - |
| XYZ | 22.86 | 15.43 | 6.05 | - |
| YUV | 105.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 60 | 0 | 0.59 | 0.67 | 0.28 | 7.32 | 0.51 | 0.48 |
| Hex | B7 | 4B | 3C | 0 | 3B | 43 | 1C | 7 | 33 | 30 |
| Octal | 267 | 113 | 74 | 0 | 73 | 103 | 34 | 7 | 63 | 60 |
| Binary | 10110111 | 1001011 | 111100 | 0 | 111011 | 1000011 | 11100 | 111 | 110011 | 110000 |
Color Harmonies of #B74B3C
Complementary color
Monochromatic Colors of #B74B3C
Black with #B74B3C
Text Example
Text Example
White with #B74B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74B3C; }
p { color: rgb(183,75,60); }
H1.HeaderClassName
{
color: #B74B3C;
}
.AnyTagClassName
{
color: #B74B3C;
}
</style>
background-color css
<style>
a { background-color: #B74B3C; }
a { background-color: rgb(183,75,60); }
div.DivClassName
{
background-color: #B74B3C;
}
.BgClassName
{
background-color: #B74B3C;
}
</style>
border-color css
<style>
span { border-color: #B74B3C; }
span { border-color: rgb(183,75,60); }
td.TdClassName
{
border-color: #B74B3C;
}
.TagClassName
{
border-color: #B74B3C;
}
</style>