Shades of Smoke Tree #B95C31
Tints of Smoke Tree #B95C31
RGB
CMYK
RGB Variations
Color information
#B95C31 (or 0xB95C31) is known color: Smoke Tree. HEX triplet: B9, 5C and 31. RGB value is (185,92,49). Sum of RGB (Red+Green+Blue) = 185+92+49=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C31 is #46A3CE. Grayscale: #737373. Windows color (decimal): -4629455 or 3235001. OLE color: 3235001.
HSL color Cylindrical-coordinate representation of color #B95C31: hue angle of 18.97º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B95C31 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 92 | 49 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.27 |
| HSL | 18.97º | 0.58% | 0.46% | - |
| HSV(B) | 18.97º | 0.74% | 0.73% | - |
| XYZ | 24.39 | 18.19 | 5.13 | - |
| YUV | 114.91 | 90.81 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 49 | 0 | 0.50 | 0.74 | 0.27 | 18.97 | 0.58 | 0.46 |
| Hex | B9 | 5C | 31 | 0 | 32 | 4A | 1B | 13 | 3A | 2E |
| Octal | 271 | 134 | 61 | 0 | 62 | 112 | 33 | 23 | 72 | 56 |
| Binary | 10111001 | 1011100 | 110001 | 0 | 110010 | 1001010 | 11011 | 10011 | 111010 | 101110 |
Color Harmonies of #B95C31
Complementary color
Monochromatic Colors of #B95C31
Black with #B95C31
Text Example
Text Example
White with #B95C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95C31; }
p { color: rgb(185,92,49); }
H1.HeaderClassName
{
color: #B95C31;
}
.AnyTagClassName
{
color: #B95C31;
}
</style>
background-color css
<style>
a { background-color: #B95C31; }
a { background-color: rgb(185,92,49); }
div.DivClassName
{
background-color: #B95C31;
}
.BgClassName
{
background-color: #B95C31;
}
</style>
border-color css
<style>
span { border-color: #B95C31; }
span { border-color: rgb(185,92,49); }
td.TdClassName
{
border-color: #B95C31;
}
.TagClassName
{
border-color: #B95C31;
}
</style>