Shades of Smoke Tree #B95C32
Tints of Smoke Tree #B95C32
RGB
CMYK
RGB Variations
Color information
#B95C32 (or 0xB95C32) is known color: Smoke Tree. HEX triplet: B9, 5C and 32. RGB value is (185,92,50). Sum of RGB (Red+Green+Blue) = 185+92+50=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C32 is #46A3CD. Grayscale: #737373. Windows color (decimal): -4629454 or 3300537. OLE color: 3300537.
HSL color Cylindrical-coordinate representation of color #B95C32: hue angle of 18.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B95C32 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 92 | 50 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.27 |
| HSL | 18.67º | 0.57% | 0.46% | - |
| HSV(B) | 18.67º | 0.73% | 0.73% | - |
| XYZ | 24.41 | 18.2 | 5.24 | - |
| YUV | 115.02 | 91.31 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 50 | 0 | 0.50 | 0.73 | 0.27 | 18.67 | 0.57 | 0.46 |
| Hex | B9 | 5C | 32 | 0 | 32 | 49 | 1B | 13 | 39 | 2E |
| Octal | 271 | 134 | 62 | 0 | 62 | 111 | 33 | 23 | 71 | 56 |
| Binary | 10111001 | 1011100 | 110010 | 0 | 110010 | 1001001 | 11011 | 10011 | 111001 | 101110 |
Color Harmonies of #B95C32
Complementary color
Monochromatic Colors of #B95C32
Black with #B95C32
Text Example
Text Example
White with #B95C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95C32; }
p { color: rgb(185,92,50); }
H1.HeaderClassName
{
color: #B95C32;
}
.AnyTagClassName
{
color: #B95C32;
}
</style>
background-color css
<style>
a { background-color: #B95C32; }
a { background-color: rgb(185,92,50); }
div.DivClassName
{
background-color: #B95C32;
}
.BgClassName
{
background-color: #B95C32;
}
</style>
border-color css
<style>
span { border-color: #B95C32; }
span { border-color: rgb(185,92,50); }
td.TdClassName
{
border-color: #B95C32;
}
.TagClassName
{
border-color: #B95C32;
}
</style>