#BF5E3B

Color #BF5E3B Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #BF5E3B

Tints of Smoke Tree #BF5E3B

Color information

#BF5E3B (or 0xBF5E3B) is unknown color: approx Smoke Tree. HEX triplet: BF, 5E and 3B. RGB value is (191,94,59). Sum of RGB (Red+Green+Blue) = 191+94+59=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E3B is #40A1C4. Grayscale: #777777. Windows color (decimal): -4235717 or 3890879. OLE color: 3890879.

HSL color Cylindrical-coordinate representation of color #BF5E3B: hue angle of 15.91º degrees, saturation: 0.53, 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 #BF5E3B is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1919459-
CMYK00.510.690.25
HSL15.91º52.8%49.02%-
HSV(B)15.91º69.11%74.9%-
XYZ26.2819.46.5-
YUV119.0194.14179.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 55.52%
GREEN value IS 94 (37.11% from 255) = 27.33%
BLUE value IS 59 (23.44% from 255) = 17.15%
R=55.52%
G=27.33%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191945900.510.690.2515.9152.849.02
HexBF5E3B0334519103531
Octal2771367306310531206561
Binary101111111011110111011011001110001011100110000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E3B; }

 p { color: rgb(191,94,59); }

 H1.HeaderClassName
 {
   color: #BF5E3B;
 }
 .AnyTagClassName
 {
   color: #BF5E3B;
 }
</style>
background-color css

<style>
 a { background-color: #BF5E3B; }

 a { background-color: rgb(191,94,59); }

 div.DivClassName
 {
   background-color: #BF5E3B;
 }
 .BgClassName
 {
   background-color: #BF5E3B;
 }
</style>
border-color css

<style>
 span { border-color: #BF5E3B; }

 span { border-color: rgb(191,94,59); }

 td.TdClassName
 {
   border-color: #BF5E3B;
 }
 .TagClassName
 {
   border-color: #BF5E3B;
 }
</style>