Shades of Smoke Tree #B8663C
Tints of Smoke Tree #B8663C
RGB
CMYK
RGB Variations
Color information
#B8663C (or 0xB8663C) is known color: Smoke Tree. HEX triplet: B8, 66 and 3C. RGB value is (184,102,60). Sum of RGB (Red+Green+Blue) = 184+102+60=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8663C is #4799C3. Grayscale: #797979. Windows color (decimal): -4692420 or 3958456. OLE color: 3958456.
HSL color Cylindrical-coordinate representation of color #B8663C: hue angle of 20.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8663C is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 60 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.28 |
| HSL | 20.32º | 0.51% | 0.48% | - |
| HSV(B) | 20.32º | 0.67% | 0.72% | - |
| XYZ | 25.33 | 20.02 | 6.8 | - |
| YUV | 121.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 60 | 0 | 0.45 | 0.67 | 0.28 | 20.32 | 0.51 | 0.48 |
| Hex | B8 | 66 | 3C | 0 | 2D | 43 | 1C | 14 | 33 | 30 |
| Octal | 270 | 146 | 74 | 0 | 55 | 103 | 34 | 24 | 63 | 60 |
| Binary | 10111000 | 1100110 | 111100 | 0 | 101101 | 1000011 | 11100 | 10100 | 110011 | 110000 |
Color Harmonies of #B8663C
Complementary color
Monochromatic Colors of #B8663C
Black with #B8663C
Text Example
Text Example
White with #B8663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8663C; }
p { color: rgb(184,102,60); }
H1.HeaderClassName
{
color: #B8663C;
}
.AnyTagClassName
{
color: #B8663C;
}
</style>
background-color css
<style>
a { background-color: #B8663C; }
a { background-color: rgb(184,102,60); }
div.DivClassName
{
background-color: #B8663C;
}
.BgClassName
{
background-color: #B8663C;
}
</style>
border-color css
<style>
span { border-color: #B8663C; }
span { border-color: rgb(184,102,60); }
td.TdClassName
{
border-color: #B8663C;
}
.TagClassName
{
border-color: #B8663C;
}
</style>