Shades of Smoke Tree #B95D2F
Tints of Smoke Tree #B95D2F
RGB
CMYK
RGB Variations
Color information
#B95D2F (or 0xB95D2F) is known color: Smoke Tree. HEX triplet: B9, 5D and 2F. RGB value is (185,93,47). Sum of RGB (Red+Green+Blue) = 185+93+47=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95D2F is #46A2D0. Grayscale: #737373. Windows color (decimal): -4629201 or 3104185. OLE color: 3104185.
HSL color Cylindrical-coordinate representation of color #B95D2F: hue angle of 20º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B95D2F is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 93 | 47 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.27 |
| HSL | 20º | 0.59% | 0.45% | - |
| HSV(B) | 20º | 0.75% | 0.73% | - |
| XYZ | 24.44 | 18.35 | 4.94 | - |
| YUV | 115.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 47 | 0 | 0.50 | 0.75 | 0.27 | 20 | 0.59 | 0.45 |
| Hex | B9 | 5D | 2F | 0 | 32 | 4B | 1B | 14 | 3B | 2D |
| Octal | 271 | 135 | 57 | 0 | 62 | 113 | 33 | 24 | 73 | 55 |
| Binary | 10111001 | 1011101 | 101111 | 0 | 110010 | 1001011 | 11011 | 10100 | 111011 | 101101 |
Color Harmonies of #B95D2F
Complementary color
Monochromatic Colors of #B95D2F
Black with #B95D2F
Text Example
Text Example
White with #B95D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95D2F; }
p { color: rgb(185,93,47); }
H1.HeaderClassName
{
color: #B95D2F;
}
.AnyTagClassName
{
color: #B95D2F;
}
</style>
background-color css
<style>
a { background-color: #B95D2F; }
a { background-color: rgb(185,93,47); }
div.DivClassName
{
background-color: #B95D2F;
}
.BgClassName
{
background-color: #B95D2F;
}
</style>
border-color css
<style>
span { border-color: #B95D2F; }
span { border-color: rgb(185,93,47); }
td.TdClassName
{
border-color: #B95D2F;
}
.TagClassName
{
border-color: #B95D2F;
}
</style>