Shades of Smoke Tree #BF5D2D
Tints of Smoke Tree #BF5D2D
RGB
CMYK
RGB Variations
Color information
#BF5D2D (or 0xBF5D2D) is known color: Smoke Tree. HEX triplet: BF, 5D and 2D. RGB value is (191,93,45). Sum of RGB (Red+Green+Blue) = 191+93+45=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D2D is #40A2D2. Grayscale: #757575. Windows color (decimal): -4235987 or 2973119. OLE color: 2973119.
HSL color Cylindrical-coordinate representation of color #BF5D2D: hue angle of 19.73º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF5D2D is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 45 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.25 |
| HSL | 19.73º | 0.62% | 0.46% | - |
| HSV(B) | 19.73º | 0.76% | 0.75% | - |
| XYZ | 25.87 | 19.09 | 4.8 | - |
| YUV | 116.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 45 | 0 | 0.51 | 0.76 | 0.25 | 19.73 | 0.62 | 0.46 |
| Hex | BF | 5D | 2D | 0 | 33 | 4C | 19 | 14 | 3E | 2E |
| Octal | 277 | 135 | 55 | 0 | 63 | 114 | 31 | 24 | 76 | 56 |
| Binary | 10111111 | 1011101 | 101101 | 0 | 110011 | 1001100 | 11001 | 10100 | 111110 | 101110 |
Color Harmonies of #BF5D2D
Complementary color
Monochromatic Colors of #BF5D2D
Black with #BF5D2D
Text Example
Text Example
White with #BF5D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D2D; }
p { color: rgb(191,93,45); }
H1.HeaderClassName
{
color: #BF5D2D;
}
.AnyTagClassName
{
color: #BF5D2D;
}
</style>
background-color css
<style>
a { background-color: #BF5D2D; }
a { background-color: rgb(191,93,45); }
div.DivClassName
{
background-color: #BF5D2D;
}
.BgClassName
{
background-color: #BF5D2D;
}
</style>
border-color css
<style>
span { border-color: #BF5D2D; }
span { border-color: rgb(191,93,45); }
td.TdClassName
{
border-color: #BF5D2D;
}
.TagClassName
{
border-color: #BF5D2D;
}
</style>