Shades of Grenadier #B74A3C
Tints of Grenadier #B74A3C
RGB
CMYK
RGB Variations
Color information
#B74A3C (or 0xB74A3C) is known color: Grenadier. HEX triplet: B7, 4A and 3C. RGB value is (183,74,60). Sum of RGB (Red+Green+Blue) = 183+74+60=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74A3C is #48B5C3. Grayscale: #696969. Windows color (decimal): -4765124 or 3951287. OLE color: 3951287.
HSL color Cylindrical-coordinate representation of color #B74A3C: hue angle of 6.83º 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 #B74A3C is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 60 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.28 |
| HSL | 6.83º | 0.51% | 0.48% | - |
| HSV(B) | 6.83º | 0.67% | 0.72% | - |
| XYZ | 22.79 | 15.29 | 6.03 | - |
| YUV | 105 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 60 | 0 | 0.60 | 0.67 | 0.28 | 6.83 | 0.51 | 0.48 |
| Hex | B7 | 4A | 3C | 0 | 3C | 43 | 1C | 7 | 33 | 30 |
| Octal | 267 | 112 | 74 | 0 | 74 | 103 | 34 | 7 | 63 | 60 |
| Binary | 10110111 | 1001010 | 111100 | 0 | 111100 | 1000011 | 11100 | 111 | 110011 | 110000 |
Color Harmonies of #B74A3C
Complementary color
Monochromatic Colors of #B74A3C
Black with #B74A3C
Text Example
Text Example
White with #B74A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74A3C; }
p { color: rgb(183,74,60); }
H1.HeaderClassName
{
color: #B74A3C;
}
.AnyTagClassName
{
color: #B74A3C;
}
</style>
background-color css
<style>
a { background-color: #B74A3C; }
a { background-color: rgb(183,74,60); }
div.DivClassName
{
background-color: #B74A3C;
}
.BgClassName
{
background-color: #B74A3C;
}
</style>
border-color css
<style>
span { border-color: #B74A3C; }
span { border-color: rgb(183,74,60); }
td.TdClassName
{
border-color: #B74A3C;
}
.TagClassName
{
border-color: #B74A3C;
}
</style>