Shades of Smoke Tree #B85E3A
Tints of Smoke Tree #B85E3A
RGB
CMYK
RGB Variations
Color information
#B85E3A (or 0xB85E3A) is known color: Smoke Tree. HEX triplet: B8, 5E and 3A. RGB value is (184,94,58). Sum of RGB (Red+Green+Blue) = 184+94+58=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85E3A is #47A1C5. Grayscale: #757575. Windows color (decimal): -4694470 or 3825336. OLE color: 3825336.
HSL color Cylindrical-coordinate representation of color #B85E3A: hue angle of 17.14º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B85E3A is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 94 | 58 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.28 |
| HSL | 17.14º | 0.52% | 0.47% | - |
| HSV(B) | 17.14º | 0.68% | 0.72% | - |
| XYZ | 24.53 | 18.5 | 6.28 | - |
| YUV | 116.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 58 | 0 | 0.49 | 0.68 | 0.28 | 17.14 | 0.52 | 0.47 |
| Hex | B8 | 5E | 3A | 0 | 31 | 44 | 1C | 11 | 34 | 2F |
| Octal | 270 | 136 | 72 | 0 | 61 | 104 | 34 | 21 | 64 | 57 |
| Binary | 10111000 | 1011110 | 111010 | 0 | 110001 | 1000100 | 11100 | 10001 | 110100 | 101111 |
Color Harmonies of #B85E3A
Complementary color
Monochromatic Colors of #B85E3A
Black with #B85E3A
Text Example
Text Example
White with #B85E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85E3A; }
p { color: rgb(184,94,58); }
H1.HeaderClassName
{
color: #B85E3A;
}
.AnyTagClassName
{
color: #B85E3A;
}
</style>
background-color css
<style>
a { background-color: #B85E3A; }
a { background-color: rgb(184,94,58); }
div.DivClassName
{
background-color: #B85E3A;
}
.BgClassName
{
background-color: #B85E3A;
}
</style>
border-color css
<style>
span { border-color: #B85E3A; }
span { border-color: rgb(184,94,58); }
td.TdClassName
{
border-color: #B85E3A;
}
.TagClassName
{
border-color: #B85E3A;
}
</style>