Shades of Smoke Tree #BD572F
Tints of Smoke Tree #BD572F
RGB
CMYK
RGB Variations
Color information
#BD572F (or 0xBD572F) is known color: Smoke Tree. HEX triplet: BD, 57 and 2F. RGB value is (189,87,47). Sum of RGB (Red+Green+Blue) = 189+87+47=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD572F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD572F is #42A8D0. Grayscale: #717171. Windows color (decimal): -4368593 or 3102653. OLE color: 3102653.
HSL color Cylindrical-coordinate representation of color #BD572F: hue angle of 16.9º 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 #BD572F is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 47 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.26 |
| HSL | 16.9º | 0.6% | 0.46% | - |
| HSV(B) | 16.9º | 0.75% | 0.74% | - |
| XYZ | 24.91 | 17.84 | 4.82 | - |
| YUV | 112.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 47 | 0 | 0.54 | 0.75 | 0.26 | 16.9 | 0.6 | 0.46 |
| Hex | BD | 57 | 2F | 0 | 36 | 4B | 1A | 11 | 3C | 2E |
| Octal | 275 | 127 | 57 | 0 | 66 | 113 | 32 | 21 | 74 | 56 |
| Binary | 10111101 | 1010111 | 101111 | 0 | 110110 | 1001011 | 11010 | 10001 | 111100 | 101110 |
Color Harmonies of #BD572F
Complementary color
Monochromatic Colors of #BD572F
Black with #BD572F
Text Example
Text Example
White with #BD572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD572F; }
p { color: rgb(189,87,47); }
H1.HeaderClassName
{
color: #BD572F;
}
.AnyTagClassName
{
color: #BD572F;
}
</style>
background-color css
<style>
a { background-color: #BD572F; }
a { background-color: rgb(189,87,47); }
div.DivClassName
{
background-color: #BD572F;
}
.BgClassName
{
background-color: #BD572F;
}
</style>
border-color css
<style>
span { border-color: #BD572F; }
span { border-color: rgb(189,87,47); }
td.TdClassName
{
border-color: #BD572F;
}
.TagClassName
{
border-color: #BD572F;
}
</style>