Shades of Smoke Tree #BF5A2D
Tints of Smoke Tree #BF5A2D
RGB
CMYK
RGB Variations
Color information
#BF5A2D (or 0xBF5A2D) is known color: Smoke Tree. HEX triplet: BF, 5A and 2D. RGB value is (191,90,45). Sum of RGB (Red+Green+Blue) = 191+90+45=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A2D is #40A5D2. Grayscale: #737373. Windows color (decimal): -4236755 or 2972351. OLE color: 2972351.
HSL color Cylindrical-coordinate representation of color #BF5A2D: hue angle of 18.49º 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 #BF5A2D is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 45 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.25 |
| HSL | 18.49º | 0.62% | 0.46% | - |
| HSV(B) | 18.49º | 0.76% | 0.75% | - |
| XYZ | 25.62 | 18.58 | 4.72 | - |
| YUV | 115.07 | 88.46 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 45 | 0 | 0.53 | 0.76 | 0.25 | 18.49 | 0.62 | 0.46 |
| Hex | BF | 5A | 2D | 0 | 35 | 4C | 19 | 12 | 3E | 2E |
| Octal | 277 | 132 | 55 | 0 | 65 | 114 | 31 | 22 | 76 | 56 |
| Binary | 10111111 | 1011010 | 101101 | 0 | 110101 | 1001100 | 11001 | 10010 | 111110 | 101110 |
Color Harmonies of #BF5A2D
Complementary color
Monochromatic Colors of #BF5A2D
Black with #BF5A2D
Text Example
Text Example
White with #BF5A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A2D; }
p { color: rgb(191,90,45); }
H1.HeaderClassName
{
color: #BF5A2D;
}
.AnyTagClassName
{
color: #BF5A2D;
}
</style>
background-color css
<style>
a { background-color: #BF5A2D; }
a { background-color: rgb(191,90,45); }
div.DivClassName
{
background-color: #BF5A2D;
}
.BgClassName
{
background-color: #BF5A2D;
}
</style>
border-color css
<style>
span { border-color: #BF5A2D; }
span { border-color: rgb(191,90,45); }
td.TdClassName
{
border-color: #BF5A2D;
}
.TagClassName
{
border-color: #BF5A2D;
}
</style>