Shades of Smoke Tree #BF5A29
Tints of Smoke Tree #BF5A29
RGB
CMYK
RGB Variations
Color information
#BF5A29 (or 0xBF5A29) is known color: Smoke Tree. HEX triplet: BF, 5A and 29. RGB value is (191,90,41). Sum of RGB (Red+Green+Blue) = 191+90+41=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A29 is #40A5D6. Grayscale: #727272. Windows color (decimal): -4236759 or 2710207. OLE color: 2710207.
HSL color Cylindrical-coordinate representation of color #BF5A29: hue angle of 19.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF5A29 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 41 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.25 |
| HSL | 19.6º | 0.65% | 0.45% | - |
| HSV(B) | 19.6º | 0.79% | 0.75% | - |
| XYZ | 25.54 | 18.55 | 4.33 | - |
| YUV | 114.61 | 86.46 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 41 | 0 | 0.53 | 0.79 | 0.25 | 19.6 | 0.65 | 0.45 |
| Hex | BF | 5A | 29 | 0 | 35 | 4F | 19 | 14 | 41 | 2D |
| Octal | 277 | 132 | 51 | 0 | 65 | 117 | 31 | 24 | 101 | 55 |
| Binary | 10111111 | 1011010 | 101001 | 0 | 110101 | 1001111 | 11001 | 10100 | 1000001 | 101101 |
Color Harmonies of #BF5A29
Complementary color
Monochromatic Colors of #BF5A29
Black with #BF5A29
Text Example
Text Example
White with #BF5A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A29; }
p { color: rgb(191,90,41); }
H1.HeaderClassName
{
color: #BF5A29;
}
.AnyTagClassName
{
color: #BF5A29;
}
</style>
background-color css
<style>
a { background-color: #BF5A29; }
a { background-color: rgb(191,90,41); }
div.DivClassName
{
background-color: #BF5A29;
}
.BgClassName
{
background-color: #BF5A29;
}
</style>
border-color css
<style>
span { border-color: #BF5A29; }
span { border-color: rgb(191,90,41); }
td.TdClassName
{
border-color: #BF5A29;
}
.TagClassName
{
border-color: #BF5A29;
}
</style>