Shades of Smoke Tree #BB673D
Tints of Smoke Tree #BB673D
RGB
CMYK
RGB Variations
Color information
#BB673D (or 0xBB673D) is known color: Smoke Tree. HEX triplet: BB, 67 and 3D. RGB value is (187,103,61). Sum of RGB (Red+Green+Blue) = 187+103+61=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB673D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB673D is #4498C2. Grayscale: #7B7B7B. Windows color (decimal): -4495555 or 4024251. OLE color: 4024251.
HSL color Cylindrical-coordinate representation of color #BB673D: hue angle of 20º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB673D is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 61 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.27 |
| HSL | 20º | 0.51% | 0.49% | - |
| HSV(B) | 20º | 0.67% | 0.73% | - |
| XYZ | 26.19 | 20.6 | 7.01 | - |
| YUV | 123.33 | 92.83 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 61 | 0 | 0.45 | 0.67 | 0.27 | 20 | 0.51 | 0.49 |
| Hex | BB | 67 | 3D | 0 | 2D | 43 | 1B | 14 | 33 | 31 |
| Octal | 273 | 147 | 75 | 0 | 55 | 103 | 33 | 24 | 63 | 61 |
| Binary | 10111011 | 1100111 | 111101 | 0 | 101101 | 1000011 | 11011 | 10100 | 110011 | 110001 |
Color Harmonies of #BB673D
Complementary color
Monochromatic Colors of #BB673D
Black with #BB673D
Text Example
Text Example
White with #BB673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB673D; }
p { color: rgb(187,103,61); }
H1.HeaderClassName
{
color: #BB673D;
}
.AnyTagClassName
{
color: #BB673D;
}
</style>
background-color css
<style>
a { background-color: #BB673D; }
a { background-color: rgb(187,103,61); }
div.DivClassName
{
background-color: #BB673D;
}
.BgClassName
{
background-color: #BB673D;
}
</style>
border-color css
<style>
span { border-color: #BB673D; }
span { border-color: rgb(187,103,61); }
td.TdClassName
{
border-color: #BB673D;
}
.TagClassName
{
border-color: #BB673D;
}
</style>