Shades of Smoke Tree #BB643D
Tints of Smoke Tree #BB643D
RGB
CMYK
RGB Variations
Color information
#BB643D (or 0xBB643D) is known color: Smoke Tree. HEX triplet: BB, 64 and 3D. RGB value is (187,100,61). Sum of RGB (Red+Green+Blue) = 187+100+61=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB643D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB643D is #449BC2. Grayscale: #797979. Windows color (decimal): -4496323 or 4023483. OLE color: 4023483.
HSL color Cylindrical-coordinate representation of color #BB643D: hue angle of 18.57º 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 #BB643D is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 100 | 61 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.27 |
| HSL | 18.57º | 0.51% | 0.49% | - |
| HSV(B) | 18.57º | 0.67% | 0.73% | - |
| XYZ | 25.89 | 20.02 | 6.91 | - |
| YUV | 121.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 61 | 0 | 0.47 | 0.67 | 0.27 | 18.57 | 0.51 | 0.49 |
| Hex | BB | 64 | 3D | 0 | 2F | 43 | 1B | 13 | 33 | 31 |
| Octal | 273 | 144 | 75 | 0 | 57 | 103 | 33 | 23 | 63 | 61 |
| Binary | 10111011 | 1100100 | 111101 | 0 | 101111 | 1000011 | 11011 | 10011 | 110011 | 110001 |
Color Harmonies of #BB643D
Complementary color
Monochromatic Colors of #BB643D
Black with #BB643D
Text Example
Text Example
White with #BB643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB643D; }
p { color: rgb(187,100,61); }
H1.HeaderClassName
{
color: #BB643D;
}
.AnyTagClassName
{
color: #BB643D;
}
</style>
background-color css
<style>
a { background-color: #BB643D; }
a { background-color: rgb(187,100,61); }
div.DivClassName
{
background-color: #BB643D;
}
.BgClassName
{
background-color: #BB643D;
}
</style>
border-color css
<style>
span { border-color: #BB643D; }
span { border-color: rgb(187,100,61); }
td.TdClassName
{
border-color: #BB643D;
}
.TagClassName
{
border-color: #BB643D;
}
</style>