Shades of Smoke Tree #B95D2B
Tints of Smoke Tree #B95D2B
RGB
CMYK
RGB Variations
Color information
#B95D2B (or 0xB95D2B) is known color: Smoke Tree. HEX triplet: B9, 5D and 2B. RGB value is (185,93,43). Sum of RGB (Red+Green+Blue) = 185+93+43=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95D2B is #46A2D4. Grayscale: #737373. Windows color (decimal): -4629205 or 2842041. OLE color: 2842041.
HSL color Cylindrical-coordinate representation of color #B95D2B: hue angle of 21.13º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B95D2B is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 93 | 43 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.27 |
| HSL | 21.13º | 0.62% | 0.45% | - |
| HSV(B) | 21.13º | 0.77% | 0.73% | - |
| XYZ | 24.36 | 18.32 | 4.54 | - |
| YUV | 114.81 | 87.48 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 43 | 0 | 0.50 | 0.77 | 0.27 | 21.13 | 0.62 | 0.45 |
| Hex | B9 | 5D | 2B | 0 | 32 | 4D | 1B | 15 | 3E | 2D |
| Octal | 271 | 135 | 53 | 0 | 62 | 115 | 33 | 25 | 76 | 55 |
| Binary | 10111001 | 1011101 | 101011 | 0 | 110010 | 1001101 | 11011 | 10101 | 111110 | 101101 |
Color Harmonies of #B95D2B
Complementary color
Monochromatic Colors of #B95D2B
Black with #B95D2B
Text Example
Text Example
White with #B95D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95D2B; }
p { color: rgb(185,93,43); }
H1.HeaderClassName
{
color: #B95D2B;
}
.AnyTagClassName
{
color: #B95D2B;
}
</style>
background-color css
<style>
a { background-color: #B95D2B; }
a { background-color: rgb(185,93,43); }
div.DivClassName
{
background-color: #B95D2B;
}
.BgClassName
{
background-color: #B95D2B;
}
</style>
border-color css
<style>
span { border-color: #B95D2B; }
span { border-color: rgb(185,93,43); }
td.TdClassName
{
border-color: #B95D2B;
}
.TagClassName
{
border-color: #B95D2B;
}
</style>