Shades of Grenadier #B74F3B
Tints of Grenadier #B74F3B
RGB
CMYK
RGB Variations
Color information
#B74F3B (or 0xB74F3B) is known color: Grenadier. HEX triplet: B7, 4F and 3B. RGB value is (183,79,59). Sum of RGB (Red+Green+Blue) = 183+79+59=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F3B is #48B0C4. Grayscale: #6B6B6B. Windows color (decimal): -4763845 or 3887031. OLE color: 3887031.
HSL color Cylindrical-coordinate representation of color #B74F3B: hue angle of 9.68º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B74F3B is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 79 | 59 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.28 |
| HSL | 9.68º | 0.51% | 0.47% | - |
| HSV(B) | 9.68º | 0.68% | 0.72% | - |
| XYZ | 23.11 | 15.98 | 6 | - |
| YUV | 107.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 59 | 0 | 0.57 | 0.68 | 0.28 | 9.68 | 0.51 | 0.47 |
| Hex | B7 | 4F | 3B | 0 | 39 | 44 | 1C | A | 33 | 2F |
| Octal | 267 | 117 | 73 | 0 | 71 | 104 | 34 | 12 | 63 | 57 |
| Binary | 10110111 | 1001111 | 111011 | 0 | 111001 | 1000100 | 11100 | 1010 | 110011 | 101111 |
Color Harmonies of #B74F3B
Complementary color
Monochromatic Colors of #B74F3B
Black with #B74F3B
Text Example
Text Example
White with #B74F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74F3B; }
p { color: rgb(183,79,59); }
H1.HeaderClassName
{
color: #B74F3B;
}
.AnyTagClassName
{
color: #B74F3B;
}
</style>
background-color css
<style>
a { background-color: #B74F3B; }
a { background-color: rgb(183,79,59); }
div.DivClassName
{
background-color: #B74F3B;
}
.BgClassName
{
background-color: #B74F3B;
}
</style>
border-color css
<style>
span { border-color: #B74F3B; }
span { border-color: rgb(183,79,59); }
td.TdClassName
{
border-color: #B74F3B;
}
.TagClassName
{
border-color: #B74F3B;
}
</style>