Shades of Smoke Tree #B65F37
Tints of Smoke Tree #B65F37
RGB
CMYK
RGB Variations
Color information
#B65F37 (or 0xB65F37) is known color: Smoke Tree. HEX triplet: B6, 5F and 37. RGB value is (182,95,55). Sum of RGB (Red+Green+Blue) = 182+95+55=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65F37 is #49A0C8. Grayscale: #747474. Windows color (decimal): -4825289 or 3628982. OLE color: 3628982.
HSL color Cylindrical-coordinate representation of color #B65F37: hue angle of 18.9º 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 #B65F37 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 95 | 55 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.29 |
| HSL | 18.9º | 0.54% | 0.46% | - |
| HSV(B) | 18.9º | 0.7% | 0.71% | - |
| XYZ | 24.07 | 18.41 | 5.9 | - |
| YUV | 116.45 | 93.32 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 95 | 55 | 0 | 0.48 | 0.70 | 0.29 | 18.9 | 0.54 | 0.46 |
| Hex | B6 | 5F | 37 | 0 | 30 | 46 | 1D | 13 | 36 | 2E |
| Octal | 266 | 137 | 67 | 0 | 60 | 106 | 35 | 23 | 66 | 56 |
| Binary | 10110110 | 1011111 | 110111 | 0 | 110000 | 1000110 | 11101 | 10011 | 110110 | 101110 |
Color Harmonies of #B65F37
Complementary color
Monochromatic Colors of #B65F37
Black with #B65F37
Text Example
Text Example
White with #B65F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65F37; }
p { color: rgb(182,95,55); }
H1.HeaderClassName
{
color: #B65F37;
}
.AnyTagClassName
{
color: #B65F37;
}
</style>
background-color css
<style>
a { background-color: #B65F37; }
a { background-color: rgb(182,95,55); }
div.DivClassName
{
background-color: #B65F37;
}
.BgClassName
{
background-color: #B65F37;
}
</style>
border-color css
<style>
span { border-color: #B65F37; }
span { border-color: rgb(182,95,55); }
td.TdClassName
{
border-color: #B65F37;
}
.TagClassName
{
border-color: #B65F37;
}
</style>