Shades of Smoke Tree #B95E3E
Tints of Smoke Tree #B95E3E
RGB
CMYK
RGB Variations
Color information
#B95E3E (or 0xB95E3E) is known color: Smoke Tree. HEX triplet: B9, 5E and 3E. RGB value is (185,94,62). Sum of RGB (Red+Green+Blue) = 185+94+62=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95E3E is #46A1C1. Grayscale: #757575. Windows color (decimal): -4628930 or 4087481. OLE color: 4087481.
HSL color Cylindrical-coordinate representation of color #B95E3E: hue angle of 15.61º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B95E3E is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 94 | 62 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.27 |
| HSL | 15.61º | 0.5% | 0.48% | - |
| HSV(B) | 15.61º | 0.66% | 0.73% | - |
| XYZ | 24.88 | 18.67 | 6.85 | - |
| YUV | 117.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 62 | 0 | 0.49 | 0.66 | 0.27 | 15.61 | 0.5 | 0.48 |
| Hex | B9 | 5E | 3E | 0 | 31 | 42 | 1B | 10 | 32 | 30 |
| Octal | 271 | 136 | 76 | 0 | 61 | 102 | 33 | 20 | 62 | 60 |
| Binary | 10111001 | 1011110 | 111110 | 0 | 110001 | 1000010 | 11011 | 10000 | 110010 | 110000 |
Color Harmonies of #B95E3E
Complementary color
Monochromatic Colors of #B95E3E
Black with #B95E3E
Text Example
Text Example
White with #B95E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95E3E; }
p { color: rgb(185,94,62); }
H1.HeaderClassName
{
color: #B95E3E;
}
.AnyTagClassName
{
color: #B95E3E;
}
</style>
background-color css
<style>
a { background-color: #B95E3E; }
a { background-color: rgb(185,94,62); }
div.DivClassName
{
background-color: #B95E3E;
}
.BgClassName
{
background-color: #B95E3E;
}
</style>
border-color css
<style>
span { border-color: #B95E3E; }
span { border-color: rgb(185,94,62); }
td.TdClassName
{
border-color: #B95E3E;
}
.TagClassName
{
border-color: #B95E3E;
}
</style>