Shades of Smoke Tree #B95F3D
Tints of Smoke Tree #B95F3D
RGB
CMYK
RGB Variations
Color information
#B95F3D (or 0xB95F3D) is known color: Smoke Tree. HEX triplet: B9, 5F and 3D. RGB value is (185,95,61). Sum of RGB (Red+Green+Blue) = 185+95+61=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95F3D is #46A0C2. Grayscale: #767676. Windows color (decimal): -4628675 or 4022201. OLE color: 4022201.
HSL color Cylindrical-coordinate representation of color #B95F3D: hue angle of 16.45º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B95F3D is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 95 | 61 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.27 |
| HSL | 16.45º | 0.5% | 0.48% | - |
| HSV(B) | 16.45º | 0.67% | 0.73% | - |
| XYZ | 24.94 | 18.84 | 6.74 | - |
| YUV | 118.03 | 95.82 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 95 | 61 | 0 | 0.49 | 0.67 | 0.27 | 16.45 | 0.5 | 0.48 |
| Hex | B9 | 5F | 3D | 0 | 31 | 43 | 1B | 10 | 32 | 30 |
| Octal | 271 | 137 | 75 | 0 | 61 | 103 | 33 | 20 | 62 | 60 |
| Binary | 10111001 | 1011111 | 111101 | 0 | 110001 | 1000011 | 11011 | 10000 | 110010 | 110000 |
Color Harmonies of #B95F3D
Complementary color
Monochromatic Colors of #B95F3D
Black with #B95F3D
Text Example
Text Example
White with #B95F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95F3D; }
p { color: rgb(185,95,61); }
H1.HeaderClassName
{
color: #B95F3D;
}
.AnyTagClassName
{
color: #B95F3D;
}
</style>
background-color css
<style>
a { background-color: #B95F3D; }
a { background-color: rgb(185,95,61); }
div.DivClassName
{
background-color: #B95F3D;
}
.BgClassName
{
background-color: #B95F3D;
}
</style>
border-color css
<style>
span { border-color: #B95F3D; }
span { border-color: rgb(185,95,61); }
td.TdClassName
{
border-color: #B95F3D;
}
.TagClassName
{
border-color: #B95F3D;
}
</style>