Shades of Smoke Tree #B46432
Tints of Smoke Tree #B46432
RGB
CMYK
RGB Variations
Color information
#B46432 (or 0xB46432) is known color: Smoke Tree. HEX triplet: B4, 64 and 32. RGB value is (180,100,50). Sum of RGB (Red+Green+Blue) = 180+100+50=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B46432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46432 is #4B9BCD. Grayscale: #767676. Windows color (decimal): -4955086 or 3302580. OLE color: 3302580.
HSL color Cylindrical-coordinate representation of color #B46432: hue angle of 23.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B46432 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 100 | 50 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.29 |
| HSL | 23.08º | 0.57% | 0.45% | - |
| HSV(B) | 23.08º | 0.72% | 0.71% | - |
| XYZ | 23.96 | 19.05 | 5.43 | - |
| YUV | 118.22 | 89.5 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 50 | 0 | 0.44 | 0.72 | 0.29 | 23.08 | 0.57 | 0.45 |
| Hex | B4 | 64 | 32 | 0 | 2C | 48 | 1D | 17 | 39 | 2D |
| Octal | 264 | 144 | 62 | 0 | 54 | 110 | 35 | 27 | 71 | 55 |
| Binary | 10110100 | 1100100 | 110010 | 0 | 101100 | 1001000 | 11101 | 10111 | 111001 | 101101 |
Color Harmonies of #B46432
Complementary color
Monochromatic Colors of #B46432
Black with #B46432
Text Example
Text Example
White with #B46432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46432; }
p { color: rgb(180,100,50); }
H1.HeaderClassName
{
color: #B46432;
}
.AnyTagClassName
{
color: #B46432;
}
</style>
background-color css
<style>
a { background-color: #B46432; }
a { background-color: rgb(180,100,50); }
div.DivClassName
{
background-color: #B46432;
}
.BgClassName
{
background-color: #B46432;
}
</style>
border-color css
<style>
span { border-color: #B46432; }
span { border-color: rgb(180,100,50); }
td.TdClassName
{
border-color: #B46432;
}
.TagClassName
{
border-color: #B46432;
}
</style>