Shades of Smoke Tree #BD592F
Tints of Smoke Tree #BD592F
RGB
CMYK
RGB Variations
Color information
#BD592F (or 0xBD592F) is known color: Smoke Tree. HEX triplet: BD, 59 and 2F. RGB value is (189,89,47). Sum of RGB (Red+Green+Blue) = 189+89+47=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD592F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD592F is #42A6D0. Grayscale: #727272. Windows color (decimal): -4368081 or 3103165. OLE color: 3103165.
HSL color Cylindrical-coordinate representation of color #BD592F: hue angle of 17.75º 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 #BD592F is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 47 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.26 |
| HSL | 17.75º | 0.6% | 0.46% | - |
| HSV(B) | 17.75º | 0.75% | 0.74% | - |
| XYZ | 25.07 | 18.17 | 4.87 | - |
| YUV | 114.11 | 90.13 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 47 | 0 | 0.53 | 0.75 | 0.26 | 17.75 | 0.6 | 0.46 |
| Hex | BD | 59 | 2F | 0 | 35 | 4B | 1A | 12 | 3C | 2E |
| Octal | 275 | 131 | 57 | 0 | 65 | 113 | 32 | 22 | 74 | 56 |
| Binary | 10111101 | 1011001 | 101111 | 0 | 110101 | 1001011 | 11010 | 10010 | 111100 | 101110 |
Color Harmonies of #BD592F
Complementary color
Monochromatic Colors of #BD592F
Black with #BD592F
Text Example
Text Example
White with #BD592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD592F; }
p { color: rgb(189,89,47); }
H1.HeaderClassName
{
color: #BD592F;
}
.AnyTagClassName
{
color: #BD592F;
}
</style>
background-color css
<style>
a { background-color: #BD592F; }
a { background-color: rgb(189,89,47); }
div.DivClassName
{
background-color: #BD592F;
}
.BgClassName
{
background-color: #BD592F;
}
</style>
border-color css
<style>
span { border-color: #BD592F; }
span { border-color: rgb(189,89,47); }
td.TdClassName
{
border-color: #BD592F;
}
.TagClassName
{
border-color: #BD592F;
}
</style>