Shades of Smoke Tree #BF6132
Tints of Smoke Tree #BF6132
RGB
CMYK
RGB Variations
Color information
#BF6132 (or 0xBF6132) is known color: Smoke Tree. HEX triplet: BF, 61 and 32. RGB value is (191,97,50). Sum of RGB (Red+Green+Blue) = 191+97+50=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6132 is #409ECD. Grayscale: #787878. Windows color (decimal): -4234958 or 3301823. OLE color: 3301823.
HSL color Cylindrical-coordinate representation of color #BF6132: hue angle of 20º 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 #BF6132 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 97 | 50 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.25 |
| HSL | 20º | 0.59% | 0.47% | - |
| HSV(B) | 20º | 0.74% | 0.75% | - |
| XYZ | 26.34 | 19.86 | 5.46 | - |
| YUV | 119.75 | 88.64 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 50 | 0 | 0.49 | 0.74 | 0.25 | 20 | 0.59 | 0.47 |
| Hex | BF | 61 | 32 | 0 | 31 | 4A | 19 | 14 | 3B | 2F |
| Octal | 277 | 141 | 62 | 0 | 61 | 112 | 31 | 24 | 73 | 57 |
| Binary | 10111111 | 1100001 | 110010 | 0 | 110001 | 1001010 | 11001 | 10100 | 111011 | 101111 |
Color Harmonies of #BF6132
Complementary color
Monochromatic Colors of #BF6132
Black with #BF6132
Text Example
Text Example
White with #BF6132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6132; }
p { color: rgb(191,97,50); }
H1.HeaderClassName
{
color: #BF6132;
}
.AnyTagClassName
{
color: #BF6132;
}
</style>
background-color css
<style>
a { background-color: #BF6132; }
a { background-color: rgb(191,97,50); }
div.DivClassName
{
background-color: #BF6132;
}
.BgClassName
{
background-color: #BF6132;
}
</style>
border-color css
<style>
span { border-color: #BF6132; }
span { border-color: rgb(191,97,50); }
td.TdClassName
{
border-color: #BF6132;
}
.TagClassName
{
border-color: #BF6132;
}
</style>