Shades of Smoke Tree #B85E2C
Tints of Smoke Tree #B85E2C
RGB
CMYK
RGB Variations
Color information
#B85E2C (or 0xB85E2C) is known color: Smoke Tree. HEX triplet: B8, 5E and 2C. RGB value is (184,94,44). Sum of RGB (Red+Green+Blue) = 184+94+44=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85E2C is #47A1D3. Grayscale: #737373. Windows color (decimal): -4694484 or 2907832. OLE color: 2907832.
HSL color Cylindrical-coordinate representation of color #B85E2C: hue angle of 21.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B85E2C is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 94 | 44 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.28 |
| HSL | 21.43º | 0.61% | 0.45% | - |
| HSV(B) | 21.43º | 0.76% | 0.72% | - |
| XYZ | 24.22 | 18.38 | 4.65 | - |
| YUV | 115.21 | 87.82 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 44 | 0 | 0.49 | 0.76 | 0.28 | 21.43 | 0.61 | 0.45 |
| Hex | B8 | 5E | 2C | 0 | 31 | 4C | 1C | 15 | 3D | 2D |
| Octal | 270 | 136 | 54 | 0 | 61 | 114 | 34 | 25 | 75 | 55 |
| Binary | 10111000 | 1011110 | 101100 | 0 | 110001 | 1001100 | 11100 | 10101 | 111101 | 101101 |
Color Harmonies of #B85E2C
Complementary color
Monochromatic Colors of #B85E2C
Black with #B85E2C
Text Example
Text Example
White with #B85E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85E2C; }
p { color: rgb(184,94,44); }
H1.HeaderClassName
{
color: #B85E2C;
}
.AnyTagClassName
{
color: #B85E2C;
}
</style>
background-color css
<style>
a { background-color: #B85E2C; }
a { background-color: rgb(184,94,44); }
div.DivClassName
{
background-color: #B85E2C;
}
.BgClassName
{
background-color: #B85E2C;
}
</style>
border-color css
<style>
span { border-color: #B85E2C; }
span { border-color: rgb(184,94,44); }
td.TdClassName
{
border-color: #B85E2C;
}
.TagClassName
{
border-color: #B85E2C;
}
</style>