Shades of Smoke Tree #BC552F
Tints of Smoke Tree #BC552F
RGB
CMYK
RGB Variations
Color information
#BC552F (or 0xBC552F) is known color: Smoke Tree. HEX triplet: BC, 55 and 2F. RGB value is (188,85,47). Sum of RGB (Red+Green+Blue) = 188+85+47=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC552F is #43AAD0. Grayscale: #6F6F6F. Windows color (decimal): -4434641 or 3102140. OLE color: 3102140.
HSL color Cylindrical-coordinate representation of color #BC552F: hue angle of 16.17º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC552F is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 47 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.26 |
| HSL | 16.17º | 0.6% | 0.46% | - |
| HSV(B) | 16.17º | 0.75% | 0.74% | - |
| XYZ | 24.5 | 17.39 | 4.76 | - |
| YUV | 111.47 | 91.62 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 47 | 0 | 0.55 | 0.75 | 0.26 | 16.17 | 0.6 | 0.46 |
| Hex | BC | 55 | 2F | 0 | 37 | 4B | 1A | 10 | 3C | 2E |
| Octal | 274 | 125 | 57 | 0 | 67 | 113 | 32 | 20 | 74 | 56 |
| Binary | 10111100 | 1010101 | 101111 | 0 | 110111 | 1001011 | 11010 | 10000 | 111100 | 101110 |
Color Harmonies of #BC552F
Complementary color
Monochromatic Colors of #BC552F
Black with #BC552F
Text Example
Text Example
White with #BC552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC552F; }
p { color: rgb(188,85,47); }
H1.HeaderClassName
{
color: #BC552F;
}
.AnyTagClassName
{
color: #BC552F;
}
</style>
background-color css
<style>
a { background-color: #BC552F; }
a { background-color: rgb(188,85,47); }
div.DivClassName
{
background-color: #BC552F;
}
.BgClassName
{
background-color: #BC552F;
}
</style>
border-color css
<style>
span { border-color: #BC552F; }
span { border-color: rgb(188,85,47); }
td.TdClassName
{
border-color: #BC552F;
}
.TagClassName
{
border-color: #BC552F;
}
</style>