Shades of Smoke Tree #BF5A3C
Tints of Smoke Tree #BF5A3C
RGB
CMYK
RGB Variations
Color information
#BF5A3C (or 0xBF5A3C) is known color: Smoke Tree. HEX triplet: BF, 5A and 3C. RGB value is (191,90,60). Sum of RGB (Red+Green+Blue) = 191+90+60=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A3C is #40A5C3. Grayscale: #747474. Windows color (decimal): -4236740 or 3955391. OLE color: 3955391.
HSL color Cylindrical-coordinate representation of color #BF5A3C: hue angle of 13.74º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF5A3C is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 60 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.25 |
| HSL | 13.74º | 0.52% | 0.49% | - |
| HSV(B) | 13.74º | 0.69% | 0.75% | - |
| XYZ | 25.96 | 18.71 | 6.52 | - |
| YUV | 116.78 | 95.96 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 60 | 0 | 0.53 | 0.69 | 0.25 | 13.74 | 0.52 | 0.49 |
| Hex | BF | 5A | 3C | 0 | 35 | 45 | 19 | E | 34 | 31 |
| Octal | 277 | 132 | 74 | 0 | 65 | 105 | 31 | 16 | 64 | 61 |
| Binary | 10111111 | 1011010 | 111100 | 0 | 110101 | 1000101 | 11001 | 1110 | 110100 | 110001 |
Color Harmonies of #BF5A3C
Complementary color
Monochromatic Colors of #BF5A3C
Black with #BF5A3C
Text Example
Text Example
White with #BF5A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A3C; }
p { color: rgb(191,90,60); }
H1.HeaderClassName
{
color: #BF5A3C;
}
.AnyTagClassName
{
color: #BF5A3C;
}
</style>
background-color css
<style>
a { background-color: #BF5A3C; }
a { background-color: rgb(191,90,60); }
div.DivClassName
{
background-color: #BF5A3C;
}
.BgClassName
{
background-color: #BF5A3C;
}
</style>
border-color css
<style>
span { border-color: #BF5A3C; }
span { border-color: rgb(191,90,60); }
td.TdClassName
{
border-color: #BF5A3C;
}
.TagClassName
{
border-color: #BF5A3C;
}
</style>