Shades of Smoke Tree #B65C37
Tints of Smoke Tree #B65C37
RGB
CMYK
RGB Variations
Color information
#B65C37 (or 0xB65C37) is known color: Smoke Tree. HEX triplet: B6, 5C and 37. RGB value is (182,92,55). Sum of RGB (Red+Green+Blue) = 182+92+55=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C37 is #49A3C8. Grayscale: #727272. Windows color (decimal): -4826057 or 3628214. OLE color: 3628214.
HSL color Cylindrical-coordinate representation of color #B65C37: hue angle of 17.48º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B65C37 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 92 | 55 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.29 |
| HSL | 17.48º | 0.54% | 0.46% | - |
| HSV(B) | 17.48º | 0.7% | 0.71% | - |
| XYZ | 23.81 | 17.88 | 5.81 | - |
| YUV | 114.69 | 94.32 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 55 | 0 | 0.49 | 0.70 | 0.29 | 17.48 | 0.54 | 0.46 |
| Hex | B6 | 5C | 37 | 0 | 31 | 46 | 1D | 11 | 36 | 2E |
| Octal | 266 | 134 | 67 | 0 | 61 | 106 | 35 | 21 | 66 | 56 |
| Binary | 10110110 | 1011100 | 110111 | 0 | 110001 | 1000110 | 11101 | 10001 | 110110 | 101110 |
Color Harmonies of #B65C37
Complementary color
Monochromatic Colors of #B65C37
Black with #B65C37
Text Example
Text Example
White with #B65C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65C37; }
p { color: rgb(182,92,55); }
H1.HeaderClassName
{
color: #B65C37;
}
.AnyTagClassName
{
color: #B65C37;
}
</style>
background-color css
<style>
a { background-color: #B65C37; }
a { background-color: rgb(182,92,55); }
div.DivClassName
{
background-color: #B65C37;
}
.BgClassName
{
background-color: #B65C37;
}
</style>
border-color css
<style>
span { border-color: #B65C37; }
span { border-color: rgb(182,92,55); }
td.TdClassName
{
border-color: #B65C37;
}
.TagClassName
{
border-color: #B65C37;
}
</style>