Shades of Grenadier #B85339
Tints of Grenadier #B85339
RGB
CMYK
RGB Variations
Color information
#B85339 (or 0xB85339) is known color: Grenadier. HEX triplet: B8, 53 and 39. RGB value is (184,83,57). Sum of RGB (Red+Green+Blue) = 184+83+57=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B85339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85339 is #47ACC6. Grayscale: #6E6E6E. Windows color (decimal): -4697287 or 3756984. OLE color: 3756984.
HSL color Cylindrical-coordinate representation of color #B85339: hue angle of 12.28º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B85339 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 57 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.28 |
| HSL | 12.28º | 0.53% | 0.47% | - |
| HSV(B) | 12.28º | 0.69% | 0.72% | - |
| XYZ | 23.6 | 16.67 | 5.85 | - |
| YUV | 110.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 57 | 0 | 0.55 | 0.69 | 0.28 | 12.28 | 0.53 | 0.47 |
| Hex | B8 | 53 | 39 | 0 | 37 | 45 | 1C | C | 35 | 2F |
| Octal | 270 | 123 | 71 | 0 | 67 | 105 | 34 | 14 | 65 | 57 |
| Binary | 10111000 | 1010011 | 111001 | 0 | 110111 | 1000101 | 11100 | 1100 | 110101 | 101111 |
Color Harmonies of #B85339
Complementary color
Monochromatic Colors of #B85339
Black with #B85339
Text Example
Text Example
White with #B85339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85339; }
p { color: rgb(184,83,57); }
H1.HeaderClassName
{
color: #B85339;
}
.AnyTagClassName
{
color: #B85339;
}
</style>
background-color css
<style>
a { background-color: #B85339; }
a { background-color: rgb(184,83,57); }
div.DivClassName
{
background-color: #B85339;
}
.BgClassName
{
background-color: #B85339;
}
</style>
border-color css
<style>
span { border-color: #B85339; }
span { border-color: rgb(184,83,57); }
td.TdClassName
{
border-color: #B85339;
}
.TagClassName
{
border-color: #B85339;
}
</style>