Shades of Smoke Tree #B95C2F
Tints of Smoke Tree #B95C2F
RGB
CMYK
RGB Variations
Color information
#B95C2F (or 0xB95C2F) is known color: Smoke Tree. HEX triplet: B9, 5C and 2F. RGB value is (185,92,47). Sum of RGB (Red+Green+Blue) = 185+92+47=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C2F is #46A3D0. Grayscale: #727272. Windows color (decimal): -4629457 or 3103929. OLE color: 3103929.
HSL color Cylindrical-coordinate representation of color #B95C2F: hue angle of 19.57º 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 #B95C2F is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 92 | 47 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.27 |
| HSL | 19.57º | 0.59% | 0.45% | - |
| HSV(B) | 19.57º | 0.75% | 0.73% | - |
| XYZ | 24.35 | 18.17 | 4.91 | - |
| YUV | 114.68 | 89.81 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 47 | 0 | 0.50 | 0.75 | 0.27 | 19.57 | 0.59 | 0.45 |
| Hex | B9 | 5C | 2F | 0 | 32 | 4B | 1B | 14 | 3B | 2D |
| Octal | 271 | 134 | 57 | 0 | 62 | 113 | 33 | 24 | 73 | 55 |
| Binary | 10111001 | 1011100 | 101111 | 0 | 110010 | 1001011 | 11011 | 10100 | 111011 | 101101 |
Color Harmonies of #B95C2F
Complementary color
Monochromatic Colors of #B95C2F
Black with #B95C2F
Text Example
Text Example
White with #B95C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95C2F; }
p { color: rgb(185,92,47); }
H1.HeaderClassName
{
color: #B95C2F;
}
.AnyTagClassName
{
color: #B95C2F;
}
</style>
background-color css
<style>
a { background-color: #B95C2F; }
a { background-color: rgb(185,92,47); }
div.DivClassName
{
background-color: #B95C2F;
}
.BgClassName
{
background-color: #B95C2F;
}
</style>
border-color css
<style>
span { border-color: #B95C2F; }
span { border-color: rgb(185,92,47); }
td.TdClassName
{
border-color: #B95C2F;
}
.TagClassName
{
border-color: #B95C2F;
}
</style>