Shades of Smoke Tree #B85E32
Tints of Smoke Tree #B85E32
RGB
CMYK
RGB Variations
Color information
#B85E32 (or 0xB85E32) is known color: Smoke Tree. HEX triplet: B8, 5E and 32. RGB value is (184,94,50). Sum of RGB (Red+Green+Blue) = 184+94+50=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85E32 is #47A1CD. Grayscale: #747474. Windows color (decimal): -4694478 or 3301048. OLE color: 3301048.
HSL color Cylindrical-coordinate representation of color #B85E32: hue angle of 19.7º degrees, saturation: 0.57, 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 #B85E32 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 94 | 50 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.28 |
| HSL | 19.7º | 0.57% | 0.46% | - |
| HSV(B) | 19.7º | 0.73% | 0.72% | - |
| XYZ | 24.35 | 18.43 | 5.29 | - |
| YUV | 115.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 50 | 0 | 0.49 | 0.73 | 0.28 | 19.7 | 0.57 | 0.46 |
| Hex | B8 | 5E | 32 | 0 | 31 | 49 | 1C | 14 | 39 | 2E |
| Octal | 270 | 136 | 62 | 0 | 61 | 111 | 34 | 24 | 71 | 56 |
| Binary | 10111000 | 1011110 | 110010 | 0 | 110001 | 1001001 | 11100 | 10100 | 111001 | 101110 |
Color Harmonies of #B85E32
Complementary color
Monochromatic Colors of #B85E32
Black with #B85E32
Text Example
Text Example
White with #B85E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85E32; }
p { color: rgb(184,94,50); }
H1.HeaderClassName
{
color: #B85E32;
}
.AnyTagClassName
{
color: #B85E32;
}
</style>
background-color css
<style>
a { background-color: #B85E32; }
a { background-color: rgb(184,94,50); }
div.DivClassName
{
background-color: #B85E32;
}
.BgClassName
{
background-color: #B85E32;
}
</style>
border-color css
<style>
span { border-color: #B85E32; }
span { border-color: rgb(184,94,50); }
td.TdClassName
{
border-color: #B85E32;
}
.TagClassName
{
border-color: #B85E32;
}
</style>