Shades of Smoke Tree #B85834
Tints of Smoke Tree #B85834
RGB
CMYK
RGB Variations
Color information
#B85834 (or 0xB85834) is known color: Smoke Tree. HEX triplet: B8, 58 and 34. RGB value is (184,88,52). Sum of RGB (Red+Green+Blue) = 184+88+52=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B85834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85834 is #47A7CB. Grayscale: #707070. Windows color (decimal): -4696012 or 3430584. OLE color: 3430584.
HSL color Cylindrical-coordinate representation of color #B85834: hue angle of 16.36º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B85834 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 52 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.28 |
| HSL | 16.36º | 0.56% | 0.46% | - |
| HSV(B) | 16.36º | 0.72% | 0.72% | - |
| XYZ | 23.88 | 17.42 | 5.35 | - |
| YUV | 112.6 | 93.8 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 52 | 0 | 0.52 | 0.72 | 0.28 | 16.36 | 0.56 | 0.46 |
| Hex | B8 | 58 | 34 | 0 | 34 | 48 | 1C | 10 | 38 | 2E |
| Octal | 270 | 130 | 64 | 0 | 64 | 110 | 34 | 20 | 70 | 56 |
| Binary | 10111000 | 1011000 | 110100 | 0 | 110100 | 1001000 | 11100 | 10000 | 111000 | 101110 |
Color Harmonies of #B85834
Complementary color
Monochromatic Colors of #B85834
Black with #B85834
Text Example
Text Example
White with #B85834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85834; }
p { color: rgb(184,88,52); }
H1.HeaderClassName
{
color: #B85834;
}
.AnyTagClassName
{
color: #B85834;
}
</style>
background-color css
<style>
a { background-color: #B85834; }
a { background-color: rgb(184,88,52); }
div.DivClassName
{
background-color: #B85834;
}
.BgClassName
{
background-color: #B85834;
}
</style>
border-color css
<style>
span { border-color: #B85834; }
span { border-color: rgb(184,88,52); }
td.TdClassName
{
border-color: #B85834;
}
.TagClassName
{
border-color: #B85834;
}
</style>