#BF5E3C

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

Shades of Smoke Tree #BF5E3C

Tints of Smoke Tree #BF5E3C

Color information

#BF5E3C (or 0xBF5E3C) is unknown color: approx Smoke Tree. HEX triplet: BF, 5E and 3C. RGB value is (191,94,60). Sum of RGB (Red+Green+Blue) = 191+94+60=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E3C is #40A1C3. Grayscale: #777777. Windows color (decimal): -4235716 or 3956415. OLE color: 3956415.

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

Color convert

RGB1919460-
CMYK00.510.690.25
HSL15.57º52.19%49.22%-
HSV(B)15.57º68.59%74.9%-
XYZ26.319.416.63-
YUV119.1394.64179.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.36%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 60 (23.83% from 255) = 17.39%
R=55.36%
G=27.25%
B=17.39%

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
Decimal191946000.510.690.2515.5752.1949.22
HexBF5E3C0334519103431
Octal2771367406310531206461
Binary101111111011110111100011001110001011100110000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E3C; }

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

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

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

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

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

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

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

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