Shades of Smoke Tree #B95934
Tints of Smoke Tree #B95934
RGB
CMYK
RGB Variations
Color information
#B95934 (or 0xB95934) is known color: Smoke Tree. HEX triplet: B9, 59 and 34. RGB value is (185,89,52). Sum of RGB (Red+Green+Blue) = 185+89+52=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B95934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95934 is #46A6CB. Grayscale: #717171. Windows color (decimal): -4630220 or 3430841. OLE color: 3430841.
HSL color Cylindrical-coordinate representation of color #B95934: hue angle of 16.69º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B95934 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 89 | 52 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.27 |
| HSL | 16.69º | 0.56% | 0.46% | - |
| HSV(B) | 16.69º | 0.72% | 0.73% | - |
| XYZ | 24.2 | 17.71 | 5.39 | - |
| YUV | 113.49 | 93.3 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 52 | 0 | 0.52 | 0.72 | 0.27 | 16.69 | 0.56 | 0.46 |
| Hex | B9 | 59 | 34 | 0 | 34 | 48 | 1B | 11 | 38 | 2E |
| Octal | 271 | 131 | 64 | 0 | 64 | 110 | 33 | 21 | 70 | 56 |
| Binary | 10111001 | 1011001 | 110100 | 0 | 110100 | 1001000 | 11011 | 10001 | 111000 | 101110 |
Color Harmonies of #B95934
Complementary color
Monochromatic Colors of #B95934
Black with #B95934
Text Example
Text Example
White with #B95934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95934; }
p { color: rgb(185,89,52); }
H1.HeaderClassName
{
color: #B95934;
}
.AnyTagClassName
{
color: #B95934;
}
</style>
background-color css
<style>
a { background-color: #B95934; }
a { background-color: rgb(185,89,52); }
div.DivClassName
{
background-color: #B95934;
}
.BgClassName
{
background-color: #B95934;
}
</style>
border-color css
<style>
span { border-color: #B95934; }
span { border-color: rgb(185,89,52); }
td.TdClassName
{
border-color: #B95934;
}
.TagClassName
{
border-color: #B95934;
}
</style>