Shades of Grenadier #B74F3C
Tints of Grenadier #B74F3C
RGB
CMYK
RGB Variations
Color information
#B74F3C (or 0xB74F3C) is known color: Grenadier. HEX triplet: B7, 4F and 3C. RGB value is (183,79,60). Sum of RGB (Red+Green+Blue) = 183+79+60=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F3C is #48B0C3. Grayscale: #6C6C6C. Windows color (decimal): -4763844 or 3952567. OLE color: 3952567.
HSL color Cylindrical-coordinate representation of color #B74F3C: hue angle of 9.27º 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 #B74F3C is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 79 | 60 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.28 |
| HSL | 9.27º | 0.51% | 0.48% | - |
| HSV(B) | 9.27º | 0.67% | 0.72% | - |
| XYZ | 23.14 | 15.99 | 6.14 | - |
| YUV | 107.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 60 | 0 | 0.57 | 0.67 | 0.28 | 9.27 | 0.51 | 0.48 |
| Hex | B7 | 4F | 3C | 0 | 39 | 43 | 1C | 9 | 33 | 30 |
| Octal | 267 | 117 | 74 | 0 | 71 | 103 | 34 | 11 | 63 | 60 |
| Binary | 10110111 | 1001111 | 111100 | 0 | 111001 | 1000011 | 11100 | 1001 | 110011 | 110000 |
Color Harmonies of #B74F3C
Complementary color
Monochromatic Colors of #B74F3C
Black with #B74F3C
Text Example
Text Example
White with #B74F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74F3C; }
p { color: rgb(183,79,60); }
H1.HeaderClassName
{
color: #B74F3C;
}
.AnyTagClassName
{
color: #B74F3C;
}
</style>
background-color css
<style>
a { background-color: #B74F3C; }
a { background-color: rgb(183,79,60); }
div.DivClassName
{
background-color: #B74F3C;
}
.BgClassName
{
background-color: #B74F3C;
}
</style>
border-color css
<style>
span { border-color: #B74F3C; }
span { border-color: rgb(183,79,60); }
td.TdClassName
{
border-color: #B74F3C;
}
.TagClassName
{
border-color: #B74F3C;
}
</style>