Shades of Grenadier #B84A3A
Tints of Grenadier #B84A3A
RGB
CMYK
RGB Variations
Color information
#B84A3A (or 0xB84A3A) is known color: Grenadier. HEX triplet: B8, 4A and 3A. RGB value is (184,74,58). Sum of RGB (Red+Green+Blue) = 184+74+58=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A3A is #47B5C5. Grayscale: #696969. Windows color (decimal): -4699590 or 3820216. OLE color: 3820216.
HSL color Cylindrical-coordinate representation of color #B84A3A: hue angle of 7.62º degrees, saturation: 0.52, 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 #B84A3A is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 58 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.28 |
| HSL | 7.62º | 0.52% | 0.47% | - |
| HSV(B) | 7.62º | 0.68% | 0.72% | - |
| XYZ | 22.98 | 15.39 | 5.76 | - |
| YUV | 105.07 | 101.44 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 58 | 0 | 0.60 | 0.68 | 0.28 | 7.62 | 0.52 | 0.47 |
| Hex | B8 | 4A | 3A | 0 | 3C | 44 | 1C | 8 | 34 | 2F |
| Octal | 270 | 112 | 72 | 0 | 74 | 104 | 34 | 10 | 64 | 57 |
| Binary | 10111000 | 1001010 | 111010 | 0 | 111100 | 1000100 | 11100 | 1000 | 110100 | 101111 |
Color Harmonies of #B84A3A
Complementary color
Monochromatic Colors of #B84A3A
Black with #B84A3A
Text Example
Text Example
White with #B84A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A3A; }
p { color: rgb(184,74,58); }
H1.HeaderClassName
{
color: #B84A3A;
}
.AnyTagClassName
{
color: #B84A3A;
}
</style>
background-color css
<style>
a { background-color: #B84A3A; }
a { background-color: rgb(184,74,58); }
div.DivClassName
{
background-color: #B84A3A;
}
.BgClassName
{
background-color: #B84A3A;
}
</style>
border-color css
<style>
span { border-color: #B84A3A; }
span { border-color: rgb(184,74,58); }
td.TdClassName
{
border-color: #B84A3A;
}
.TagClassName
{
border-color: #B84A3A;
}
</style>