Shades of Smoke Tree #B85E31
Tints of Smoke Tree #B85E31
RGB
CMYK
RGB Variations
Color information
#B85E31 (or 0xB85E31) is known color: Smoke Tree. HEX triplet: B8, 5E and 31. RGB value is (184,94,49). Sum of RGB (Red+Green+Blue) = 184+94+49=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85E31 is #47A1CE. Grayscale: #747474. Windows color (decimal): -4694479 or 3235512. OLE color: 3235512.
HSL color Cylindrical-coordinate representation of color #B85E31: hue angle of 20º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B85E31 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 94 | 49 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.28 |
| HSL | 20º | 0.58% | 0.46% | - |
| HSV(B) | 20º | 0.73% | 0.72% | - |
| XYZ | 24.32 | 18.42 | 5.18 | - |
| YUV | 115.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 49 | 0 | 0.49 | 0.73 | 0.28 | 20 | 0.58 | 0.46 |
| Hex | B8 | 5E | 31 | 0 | 31 | 49 | 1C | 14 | 3A | 2E |
| Octal | 270 | 136 | 61 | 0 | 61 | 111 | 34 | 24 | 72 | 56 |
| Binary | 10111000 | 1011110 | 110001 | 0 | 110001 | 1001001 | 11100 | 10100 | 111010 | 101110 |
Color Harmonies of #B85E31
Complementary color
Monochromatic Colors of #B85E31
Black with #B85E31
Text Example
Text Example
White with #B85E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85E31; }
p { color: rgb(184,94,49); }
H1.HeaderClassName
{
color: #B85E31;
}
.AnyTagClassName
{
color: #B85E31;
}
</style>
background-color css
<style>
a { background-color: #B85E31; }
a { background-color: rgb(184,94,49); }
div.DivClassName
{
background-color: #B85E31;
}
.BgClassName
{
background-color: #B85E31;
}
</style>
border-color css
<style>
span { border-color: #B85E31; }
span { border-color: rgb(184,94,49); }
td.TdClassName
{
border-color: #B85E31;
}
.TagClassName
{
border-color: #B85E31;
}
</style>