Shades of Smoke Tree #BF572B
Tints of Smoke Tree #BF572B
RGB
CMYK
RGB Variations
Color information
#BF572B (or 0xBF572B) is known color: Smoke Tree. HEX triplet: BF, 57 and 2B. RGB value is (191,87,43). Sum of RGB (Red+Green+Blue) = 191+87+43=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF572B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF572B is #40A8D4. Grayscale: #717171. Windows color (decimal): -4237525 or 2840511. OLE color: 2840511.
HSL color Cylindrical-coordinate representation of color #BF572B: hue angle of 17.84º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF572B is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 87 | 43 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.25 |
| HSL | 17.84º | 0.63% | 0.46% | - |
| HSV(B) | 17.84º | 0.77% | 0.75% | - |
| XYZ | 25.33 | 18.07 | 4.44 | - |
| YUV | 113.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 43 | 0 | 0.54 | 0.77 | 0.25 | 17.84 | 0.63 | 0.46 |
| Hex | BF | 57 | 2B | 0 | 36 | 4D | 19 | 12 | 3F | 2E |
| Octal | 277 | 127 | 53 | 0 | 66 | 115 | 31 | 22 | 77 | 56 |
| Binary | 10111111 | 1010111 | 101011 | 0 | 110110 | 1001101 | 11001 | 10010 | 111111 | 101110 |
Color Harmonies of #BF572B
Complementary color
Monochromatic Colors of #BF572B
Black with #BF572B
Text Example
Text Example
White with #BF572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF572B; }
p { color: rgb(191,87,43); }
H1.HeaderClassName
{
color: #BF572B;
}
.AnyTagClassName
{
color: #BF572B;
}
</style>
background-color css
<style>
a { background-color: #BF572B; }
a { background-color: rgb(191,87,43); }
div.DivClassName
{
background-color: #BF572B;
}
.BgClassName
{
background-color: #BF572B;
}
</style>
border-color css
<style>
span { border-color: #BF572B; }
span { border-color: rgb(191,87,43); }
td.TdClassName
{
border-color: #BF572B;
}
.TagClassName
{
border-color: #BF572B;
}
</style>