Shades of Smoke Tree #BF592F
Tints of Smoke Tree #BF592F
RGB
CMYK
RGB Variations
Color information
#BF592F (or 0xBF592F) is known color: Smoke Tree. HEX triplet: BF, 59 and 2F. RGB value is (191,89,47). Sum of RGB (Red+Green+Blue) = 191+89+47=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF592F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF592F is #40A6D0. Grayscale: #727272. Windows color (decimal): -4237009 or 3103167. OLE color: 3103167.
HSL color Cylindrical-coordinate representation of color #BF592F: hue angle of 17.5º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF592F is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 47 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.25 |
| HSL | 17.5º | 0.61% | 0.47% | - |
| HSV(B) | 17.5º | 0.75% | 0.75% | - |
| XYZ | 25.57 | 18.43 | 4.9 | - |
| YUV | 114.71 | 89.79 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 47 | 0 | 0.53 | 0.75 | 0.25 | 17.5 | 0.61 | 0.47 |
| Hex | BF | 59 | 2F | 0 | 35 | 4B | 19 | 12 | 3D | 2F |
| Octal | 277 | 131 | 57 | 0 | 65 | 113 | 31 | 22 | 75 | 57 |
| Binary | 10111111 | 1011001 | 101111 | 0 | 110101 | 1001011 | 11001 | 10010 | 111101 | 101111 |
Color Harmonies of #BF592F
Complementary color
Monochromatic Colors of #BF592F
Black with #BF592F
Text Example
Text Example
White with #BF592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF592F; }
p { color: rgb(191,89,47); }
H1.HeaderClassName
{
color: #BF592F;
}
.AnyTagClassName
{
color: #BF592F;
}
</style>
background-color css
<style>
a { background-color: #BF592F; }
a { background-color: rgb(191,89,47); }
div.DivClassName
{
background-color: #BF592F;
}
.BgClassName
{
background-color: #BF592F;
}
</style>
border-color css
<style>
span { border-color: #BF592F; }
span { border-color: rgb(191,89,47); }
td.TdClassName
{
border-color: #BF592F;
}
.TagClassName
{
border-color: #BF592F;
}
</style>