Shades of Smoke Tree #BF5D31
Tints of Smoke Tree #BF5D31
RGB
CMYK
RGB Variations
Color information
#BF5D31 (or 0xBF5D31) is known color: Smoke Tree. HEX triplet: BF, 5D and 31. RGB value is (191,93,49). Sum of RGB (Red+Green+Blue) = 191+93+49=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D31 is #40A2CE. Grayscale: #757575. Windows color (decimal): -4235983 or 3235263. OLE color: 3235263.
HSL color Cylindrical-coordinate representation of color #BF5D31: hue angle of 18.59º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF5D31 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 49 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.25 |
| HSL | 18.59º | 0.59% | 0.47% | - |
| HSV(B) | 18.59º | 0.74% | 0.75% | - |
| XYZ | 25.95 | 19.13 | 5.23 | - |
| YUV | 117.29 | 89.47 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 49 | 0 | 0.51 | 0.74 | 0.25 | 18.59 | 0.59 | 0.47 |
| Hex | BF | 5D | 31 | 0 | 33 | 4A | 19 | 13 | 3B | 2F |
| Octal | 277 | 135 | 61 | 0 | 63 | 112 | 31 | 23 | 73 | 57 |
| Binary | 10111111 | 1011101 | 110001 | 0 | 110011 | 1001010 | 11001 | 10011 | 111011 | 101111 |
Color Harmonies of #BF5D31
Complementary color
Monochromatic Colors of #BF5D31
Black with #BF5D31
Text Example
Text Example
White with #BF5D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D31; }
p { color: rgb(191,93,49); }
H1.HeaderClassName
{
color: #BF5D31;
}
.AnyTagClassName
{
color: #BF5D31;
}
</style>
background-color css
<style>
a { background-color: #BF5D31; }
a { background-color: rgb(191,93,49); }
div.DivClassName
{
background-color: #BF5D31;
}
.BgClassName
{
background-color: #BF5D31;
}
</style>
border-color css
<style>
span { border-color: #BF5D31; }
span { border-color: rgb(191,93,49); }
td.TdClassName
{
border-color: #BF5D31;
}
.TagClassName
{
border-color: #BF5D31;
}
</style>