Shades of Smoke Tree #B8663A
Tints of Smoke Tree #B8663A
RGB
CMYK
RGB Variations
Color information
#B8663A (or 0xB8663A) is known color: Smoke Tree. HEX triplet: B8, 66 and 3A. RGB value is (184,102,58). Sum of RGB (Red+Green+Blue) = 184+102+58=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8663A is #4799C5. Grayscale: #797979. Windows color (decimal): -4692422 or 3827384. OLE color: 3827384.
HSL color Cylindrical-coordinate representation of color #B8663A: hue angle of 20.95º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8663A is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 58 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.28 |
| HSL | 20.95º | 0.52% | 0.47% | - |
| HSV(B) | 20.95º | 0.68% | 0.72% | - |
| XYZ | 25.28 | 20 | 6.53 | - |
| YUV | 121.5 | 92.17 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 58 | 0 | 0.45 | 0.68 | 0.28 | 20.95 | 0.52 | 0.47 |
| Hex | B8 | 66 | 3A | 0 | 2D | 44 | 1C | 15 | 34 | 2F |
| Octal | 270 | 146 | 72 | 0 | 55 | 104 | 34 | 25 | 64 | 57 |
| Binary | 10111000 | 1100110 | 111010 | 0 | 101101 | 1000100 | 11100 | 10101 | 110100 | 101111 |
Color Harmonies of #B8663A
Complementary color
Monochromatic Colors of #B8663A
Black with #B8663A
Text Example
Text Example
White with #B8663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8663A; }
p { color: rgb(184,102,58); }
H1.HeaderClassName
{
color: #B8663A;
}
.AnyTagClassName
{
color: #B8663A;
}
</style>
background-color css
<style>
a { background-color: #B8663A; }
a { background-color: rgb(184,102,58); }
div.DivClassName
{
background-color: #B8663A;
}
.BgClassName
{
background-color: #B8663A;
}
</style>
border-color css
<style>
span { border-color: #B8663A; }
span { border-color: rgb(184,102,58); }
td.TdClassName
{
border-color: #B8663A;
}
.TagClassName
{
border-color: #B8663A;
}
</style>