Shades of Smoke Tree #BF5C2D
Tints of Smoke Tree #BF5C2D
RGB
CMYK
RGB Variations
Color information
#BF5C2D (or 0xBF5C2D) is known color: Smoke Tree. HEX triplet: BF, 5C and 2D. RGB value is (191,92,45). Sum of RGB (Red+Green+Blue) = 191+92+45=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5C2D is #40A3D2. Grayscale: #747474. Windows color (decimal): -4236243 or 2972863. OLE color: 2972863.
HSL color Cylindrical-coordinate representation of color #BF5C2D: hue angle of 19.32º 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 #BF5C2D is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 92 | 45 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.25 |
| HSL | 19.32º | 0.62% | 0.46% | - |
| HSV(B) | 19.32º | 0.76% | 0.75% | - |
| XYZ | 25.79 | 18.92 | 4.78 | - |
| YUV | 116.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 45 | 0 | 0.52 | 0.76 | 0.25 | 19.32 | 0.62 | 0.46 |
| Hex | BF | 5C | 2D | 0 | 34 | 4C | 19 | 13 | 3E | 2E |
| Octal | 277 | 134 | 55 | 0 | 64 | 114 | 31 | 23 | 76 | 56 |
| Binary | 10111111 | 1011100 | 101101 | 0 | 110100 | 1001100 | 11001 | 10011 | 111110 | 101110 |
Color Harmonies of #BF5C2D
Complementary color
Monochromatic Colors of #BF5C2D
Black with #BF5C2D
Text Example
Text Example
White with #BF5C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5C2D; }
p { color: rgb(191,92,45); }
H1.HeaderClassName
{
color: #BF5C2D;
}
.AnyTagClassName
{
color: #BF5C2D;
}
</style>
background-color css
<style>
a { background-color: #BF5C2D; }
a { background-color: rgb(191,92,45); }
div.DivClassName
{
background-color: #BF5C2D;
}
.BgClassName
{
background-color: #BF5C2D;
}
</style>
border-color css
<style>
span { border-color: #BF5C2D; }
span { border-color: rgb(191,92,45); }
td.TdClassName
{
border-color: #BF5C2D;
}
.TagClassName
{
border-color: #BF5C2D;
}
</style>